Quote Originally Posted by Jhdgkss View Post
start:

pause 1000 'wait for lcd to start up
lcdout $FE, 1 'clear screen
lcdout $FE, 2 'return to home
lcdout $FE, 1, "Welcome" 'write welcome on the screen

pause 2000

goto start
end if
Is that your whole program?