Yes Mr. Taylor I can't forget Joe S. as this backpack originator, I am sorry.

Well, I am almost there. I had some lines modified to the program to adapt it to my hardware. I modified:
DEFINE LCD_LINES from 4 to 2. ‘My LCD is 2X20
DEFINE OSC from 20 TO 4 ‘My 628 is 4 Mhz
DEFINE HSER_SPBRG from 32 to 25 ‘My 628 is 4 Mhz
The rest is unchanged.
When I turned it on I got the “Your text goes here” message and then over it a second later I got “Clearing display buffer” error. It’s something else that I need to change on the program to prevent the buffer to overrun? Thanks.