I would like to blank a 2x16 LCD display. In the manual, it looks like "Off" will do this but when I try to use it, I get "unexpected token..."
Code:
lcdwrite p10\p9\p4\p5\p6\p7,p11, [CLEARLCD,HOMELCD,SCR,TWOLINE,"Good Bye"] ;Exit screen
pause 5000
lcdwrite p10\p9\p4\p5\p6\p7,p11, [Off] ;Shuts display off till Start is pushed
goto Main
First line works fine but 3rd line gives error.
I also tried this variation
Code:
lcdwrite p10\p9\p4\p5\p6\p7,p11, [CLEARLCD,HOMELCD,Off]
But it did not work either, same error.
So, how do we use these extra codes?
Question re backlight...do you need a resistor for the backlight or is it built in? I am not sure if I popped it or my display does not have one.