Hi!
Try this...
Generic code
loop:
for POS X = (rightmost end of LED + lenght of message) to 0
Print at POS X, "Hello" ' where POS X is the rightmost position of the LED(if You want it to scroll from right to left)
clearLCD
delay ' here you put the desired delay to make Yr. message readable
POS X = (POS X - 1)
next
Goto loop(or jump downwards if You are satisfied with one display message, or want to display another)
Haven't tested it, hope it works. There are several ways to skin a cat...
To connect the LCD to the PIC, use the manal...