Just got my displays in today and my boards from the pcb house - wrote up some quick firmware and viola - init works and characters come up on the screen properly (almost...)
My problem:
The last character written to the display "echoes" twice... example...
If I send "TESTING" to the display, what I actually see is "TESTINGG" - note the second G...
What I have done to bypass this problem is send an extra "space" at the end of my string so it simply says "TESTING " now instead... but I would like to fix this. Does anyone have any ideas? My code is very straight forward and does not use a loop of any sort so I don't see how it is getting in twice...
Any help would be greatly appreciated. Please let me know if you require more information to aid in my solving of this problem.
Thank you,
George
My problem:
The last character written to the display "echoes" twice... example...
If I send "TESTING" to the display, what I actually see is "TESTINGG" - note the second G...
What I have done to bypass this problem is send an extra "space" at the end of my string so it simply says "TESTING " now instead... but I would like to fix this. Does anyone have any ideas? My code is very straight forward and does not use a loop of any sort so I don't see how it is getting in twice...
Any help would be greatly appreciated. Please let me know if you require more information to aid in my solving of this problem.
Thank you,
George
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.