Maker Pro
Maker Pro

16 x 2 alphanumeric LCD display is not working

Hi,

I have successfully tested the 16x4 LCD display with my C code. I was trying to use the same code for 16x2 LCD display and it is not working. I am using same hardware for 16x2 and 16x4 LCD display.

Please let me know is there anything need to be changed for 16x2 LCD display.
 
The 2 and 4-line displays are via the same pinout connector but use different (Additional) registers for the different lines in use.

The OP may simply have failed to readjust the contrast setting for the different devices.
 
Thanks for the reply,

Please find attached display connector hardware for LCD display.

LCD display model number is LCD1602
 

Attachments

  • Screenshot_2018-11-05-00-37-33-490.jpeg
    Screenshot_2018-11-05-00-37-33-490.jpeg
    261.4 KB · Views: 6
Are you using the busy signal or using delays between commands? If the latter, up the delays a bit and see if it works any better.

Bob
 
I reckon kellys_eye hit the nail on the head.

Pin 3 should be connected to a contrast control pot, not left open.
 
Your wiring diagram shows pin 3 as unconnected. This should have a variable DC voltage (from the wiper of a 10k pot connected across the 5V supply) to allow adjustment of the screen contrast.

It's a simple fit and ESSENTIAL for correct operation.

Hmmmph - typing on a tablet is sssllloooowwwwww!
 
Top