16x2 Parallel LCD display not working....
jknightandkarr
Posts: 234
in Propeller 1
I have this LED screen topwaydisplay.com/Pub/Manual/LMB162ABC-Manual-Rev0.2.pdf and using the Programming the Propeller with Spin: A Beginner's Guide to Parallel Processing text. Now both the text and the manual shows the connections as the same, but all I get is the backlight and the top row of characters solid on. Using the program in Ch 14. What could the reason for the display not working??? Thanks.
Joe
Joe
Comments
Joe
I have attached my LCD object in case you want to give it a try. It is well wrung out, and is in use in a few commercial projects.
Note that with a 4-bit interface I don't use the read mode of the display, hence this code is write-only. If you need code that can read from the display, I have that, too.
Joe
Joe
Joe
I have attached a full demo here that is actually running on a client project (laser-tag controller interface with 2x8 LCD), so I know it works. You'll just need to change the IO pins to match your setup.
Here is a pic of the display, and the issue.
Joe
You picture shows an LCD that is not initializing.
Joe
Bad pin? Try different pins.
Joe
Eventually I had to use a voltage level shifter to ensure reliable operation of the LCD with 3.3v pins.
This was very hard to troubleshoot. You are not sure if it is your code, wiring, LCD or what.
Luckily I had an "old" 2 x 16 LCD which DID work with 3.3v pins and by trial and elimination I was able to work it out.
You might try a 1N5817 in the Vcc line of the LCD to see if that helps (this is after you confirm the LCD works fine with 5V signals).
I once had one those LCDs that required 5V, and sure could have used that tip back then.
I think that's the problem. I found a line saying in the manual "Input High Voltage =0.8xVdd" which at 5v is like 4v and Min Vdd is 4.7 V so will need something between the signal pins and the led screen for it to function properly, buffer logic gates might work.
Joe
They could have included that with the rest of the stuff in that Make: Arduino kit.... That and a freaking datasheet/instructions! Pretty much parts list n your on your own... No manual for ANYthing, no learning or labs type material, just the parts n parts list. Litterally nothing else. Kinda surprise to me from something picked up at Radio Shack.
Joe