LCD to LED
ion
Posts: 101
Hi,
My mother has a commercial call display. She is 76 and complains that she can not read it all the time. As I did not found a unit with LED display, I would like to convert it from LCD to LED. I can get the specs of the LCD, which is a standard 4X20, but I do not know how to drive a 5X7 LED matrix to simulate each character.
I need some suggestions or help
Thank you
Ion
My mother has a commercial call display. She is 76 and complains that she can not read it all the time. As I did not found a unit with LED display, I would like to convert it from LCD to LED. I can get the specs of the LCD, which is a standard 4X20, but I do not know how to drive a 5X7 LED matrix to simulate each character.
I need some suggestions or help
Thank you
Ion
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
Designs Page:··· http://www.lightlink.com/dream/designs
·
I've attached a bit of SX/B test code that writes a string to a single display unit.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Post Edited (Jon Williams) : 11/29/2004 2:27:22 PM GMT
Ion
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
I will look into it. In fact , I was wrong. When I loocked in details at the display, I saw that it drives Alphanumeric characters 16 segments. Mai big question , is, if it is a way to steal the signal from LCD ( disconect the conector) , and use that signal to drive a 2803 Darlington. From there I can attach a regular display LED. What I do not know if the signal going to one of the LCD segments it is a steady DC voltage or is a pulsing voltage. If it is a DC, will be TTL or Cmos compatibile or not. This are my big questions.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
But if the LCD display is a glass (no chip is located in the LCD package) the signal is a pulse train since LCDs must not have a DC component or the segments will burn in (permanently be on). I am assuming you do not have access to an oscilloscope, since it would provide many of the answers to your questions.
First off, try to find the spec sheet for the chip which is driving the LCD display. If its only a driver, bypass it and pull your signals from the decoder (the·chip feeding the signals to the driver) and ignore the rest of this post. If it is a decoder/driver continue reading.
One potential option is to turn the segment pulses into a DC signal. This can be accomplished by using retriggerable monostable multivibrators (MSMV) the spec sheet for an example part is www-s.ti.com/sc/psheets/sdls043/sdls043.pdf , where you set the pulse duration for a period which is longer than one clock period of the LCD so that when a particular segment is being driven with a pulse train the MSMV will continue to be retriggered effectively turning the pulse train into a DC signal. The benifit of this is that the decoding will be done for you, but youll need to decipher which wire corresponds to which segment there are several different ways this can be done (which method to use depends on what tools you have access to).
Another option·is to bypass the LCD decoder/driver (the chip that the LCD segments are connected to) this will require you to build your own decoder, and assuming you can find the specs to the LCD driver circuit you can design the system without having to do in system mesurements.
Now that I think of it you may be able to just do a direct stealing of the LCD signals, the only thing about this is that the display will not be as bright as it would be by a steady DC signal. How bright the LED display will be depends on the duty cycle of the signal.·If you can figure out what the pulse-high voltage is, taking a multimeter reading of a segment which is on can indicate what is the approximate duty cycle, the lower the RMS DC voltage of the driven segment, the lower the duty cycle, and the dimmer your LED will be.
I do not have much experience in using Darlingtons, but I'm pretty sure that they will only be needed if you do the third option since the LCD is a capacitive load and the driver was most likey designed with this in mind, so the sourcing capability of the decoder/driver would likely not be able to drive a resistive load (the LED). But the MSMV and your own decoder/driver should be able to drive the LED directly (dont forget to include current limiting resistors since the forward voltage for the 2" alphanumeric displays is only 2 Volts).
Paul
Post Edited (Paul Baker) : 12/3/2004 4:48:14 PM GMT