Hi Chip,
Try this:
loop:
Pause 500
LCDOUT $FE,$80,"test LCD Line 1"
LCDOUT $FE,$C0,"16F877A Line 2"
goto loop
What you want displayed on a line should go directly after the command.
BobK
Hi Chip,
Try this:
loop:
Pause 500
LCDOUT $FE,$80,"test LCD Line 1"
LCDOUT $FE,$C0,"16F877A Line 2"
goto loop
What you want displayed on a line should go directly after the command.
BobK
Bookmarks