Hope this helps.A program should wait for at least half a second before sending the first
command to an LCD. It can take quite a while for an LCD to start up.
The LCD is initialized the first time any character or command is sent to
it using LCDOUT. If it is powered down and then powered back up for
some reason during operation, an internal flag can be reset to tell the
program to reinitialize it the next time it uses LCDOUT:
FLAGS = 0
Bookmarks