hello i have a screen a friend of mine gave me. I think he was using it in a project of his, But never did. he don't remember where he got it because it was a few years ago. So now i have it and i have been searching online for what it is the only place i can something is aliexpress which shows different pictures of what this screen is. But it says it's the same screen. On eBay i did find it here. I want to set it up with arduino but i can not figure out the pinout of it. Does anyone know anything about this screen?
It looks like a standard 16X2 LCD with 16 pin interface. Are there any numbers on the controller chip(s). Can you post a clear photo of the back side of the display?
I did mange to find something on it from mouser. here. and that had a datasheet here.
So it looks like the pinout is
1 LED +A LED Anode Terminal
2 LED -K LED Cathode Terminal
3 VSS Power Supply (0V, GND)
4 VCC Power Supply for Logic
5 VEE Power Supply for LCD Drive
6 RS Register Select Signal
7 R/W Read/Write Select Signal H : Read L : Write
8 E Enable Signal (No pull-up Resister)
9 DB0 Display Data
10 DB1 Display Data
11 DB2 Display Data
12 DB3 Display Data
13 DB4 Display Data
14 DB5 Display Data
15 DB6 Display Data
16 DB7 Display Data
Hey AWOL i know but I never wired up a Display like this before. The only other one i did had a backpack on it to i2c. So i have no clue what to do now.
LED plus i put that to a 220ohms resistor is all i got and other end went to 5v
LED minus that i don't have a Pot for that it looks like so i put that just to ground and that lights up the back with no problem. I think that is okay.
Vss that goes to ground.
Vcc that goes to 5v
VEE i put that between a 10k resistor and a 20k resistor. that is okay.
RS i put that to D12 on the arduino.
RW i put that to ground. as in the wiring showed.
E i put that to D11 on the arduino.
nothing
nothing
nothing
nothing
DB4 goes to D5 on the arduino.
DB5 goes to D4 on the arduino.
DB6 goes to D3 on the arduino.
16, DB7 goes to D2 on the arduino.
I have it all wired up Next gong to check out the code to make sure the example all lines up.
coding check it all looks good.