what about if you use only
LCDOUT $FE,1,"Hi there!!!"
add a pause 2000 at the begining of your code?
And now remove those DEFINE LCD_COMMANDUS and DEFINE LCD_DATAUS???
what about if you use only
LCDOUT $FE,1,"Hi there!!!"
add a pause 2000 at the begining of your code?
And now remove those DEFINE LCD_COMMANDUS and DEFINE LCD_DATAUS???
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Had the delay between commands at 500.. Switched to 2000 and it seems to have fixed it.. Where is it waiting for TWO SECONDS to do anything??
It appear that some LCD brand need big start-up delay. try decreasing it to PAUSE 1000.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks