Hello everyone,
This is my first posting.
I have a 4x20 OLED character display connected to an 2560.
(Note: This issue is with all liquidcrystal example sketches but to make things easier please assume that i am using the "hello world" example sketch.)
Everything seems to be working correctly accept for one thing. When i upload a sample sketch to the arduino, it appears to function correctly. However, when I modify the text and re-upload... things get a bit strange. I get anything from the text starting in random locations on the screen, to random symbols/boxes on the display.
However, if I remove power from the arduino and then power it back up, the upload appears to be working fine. (the reset button does not accomplish this).
It was suggested to me that I may need to add some sort of clear screen and/or delay before print. I have tried several variations of this with no success.
Any suggestions?