MichalW
Posts: 3
Joined: Sat Jul 22, 2017 10:39 pm

Connecting a repurposed LCD with 1 data pin

Sat Jul 22, 2017 10:52 pm

I just unsoldered an LCD from an old broken drone controller.

I've got the following pins, and no idea how to connect them:
LED+
LED-
CS
WR
DATA
GRND
VDD

I managed to make the backlight light up by wiring the LED+ to a 5v battery through a resistor and then to ground - about as much electrical skills as I have :P.

I understand that GRND connects to ground and VDD to the power. I'm confused with the CS (Chip Select) pin, WR (Write) pin, and especially the 1 DATA pin, and how to send data to it.

I'm not sure if I need to further desolder something to access each data pin, or if there is even more than 1 data pin.

Please see the pictures attached of the LCD!

Image
Image

klricks
Posts: 7172
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: Connecting a repurposed LCD with 1 data pin

Tue Jul 25, 2017 3:26 am

Is this a fixed character display like a calculator or a dot addressable type?
What were you hoping to display on the screen?

Unless you can find a datasheet for the display, (if one exists), then there is no hope of making it work.
The datasheet will tell what each pin is for and how to program the display.

Do not attempt to connect this to the RPi unless you know for sure what you are doing.
The RPi uses 3V3 logic level only...... 5V levels will destroy your RPi.
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Connecting a repurposed LCD with 1 data pin

Tue Jul 25, 2017 4:36 am

Your best bet is to look at the markings on the display (you've partially hidden one in the first picture, it ends in "H-8801") and try googling for that name. You may find a datasheet or someone who has wired it]]one up to a project. If you can find that and are still stuck then reply here with the information that you have found and people will see if they can help you.

MichalW
Posts: 3
Joined: Sat Jul 22, 2017 10:39 pm

Re: Connecting a repurposed LCD with 1 data pin

Thu Jul 27, 2017 12:07 pm

Frankly I just want to see characters on screen :P!

I've looked for the datasheet - and I've taken the picture to show the full markings in the hopes someone can identify it :) Sadly - no luck yet...

pcmanbob
Posts: 9612
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: Connecting a repurposed LCD with 1 data pin

Thu Jul 27, 2017 12:19 pm

MichalW wrote:
Thu Jul 27, 2017 12:07 pm
Frankly I just want to see characters on screen :P!

I've looked for the datasheet - and I've taken the picture to show the full markings in the hopes someone can identify it :) Sadly - no luck yet...
might be a good idea to post the picture then !
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

jbudd
Posts: 1446
Joined: Mon Dec 16, 2013 10:23 am

Re: Connecting a repurposed LCD with 1 data pin

Thu Jul 27, 2017 1:02 pm

Once upon a time you could get hold of LCD displays salvaged from old Nokia phones. This link http://binerry.de/post/25787954149/pcd8 ... spberry-pi describes making one work with the Raspberry Pi.

MichalW
Posts: 3
Joined: Sat Jul 22, 2017 10:39 pm

Re: Connecting a repurposed LCD with 1 data pin

Thu Jul 27, 2017 1:04 pm

pcmanbob wrote:
Thu Jul 27, 2017 12:19 pm
MichalW wrote:
Thu Jul 27, 2017 12:07 pm
Frankly I just want to see characters on screen :P!

I've looked for the datasheet - and I've taken the picture to show the full markings in the hopes someone can identify it :) Sadly - no luck yet...
might be a good idea to post the picture then !
I have, though - it's the picture above! That's the full code "H-8801"!

Return to “Beginners”