Hello,
I have noticed that any number ending in zero "0" will not display on an LCD. I set up a loop something like this:
FOR i=0 to 100
LCDout #i
Sleep 2
next i
and every time a number that ended in zero (0,10,20,30 etc.) was reached, the LCD was blank. Any ideas?
Bookmarks