HI
I have this small code for testing the lcdout,
It do not work as is, BUT, if I add the command 'Pot PortB.3,49,X ' before the lcdout command, then I get a print out on the lcd.
Can somebody tell me how to fix this, I dont want to be using the pot command everytime I use LCDout
K
mainloop:
Lcdout $fe, 1, "hello"
Lcdout $fe,$C0, 1, "Test 1 2 3 "
pause 100
Goto mainloop
End
Bookmarks