Depends on whether the LCD is a chip-on-glass (CoG) type If so, the conductors leading to it actually feed an embedded driver chip which takes care of driving the individual LCD segments; you need only tell it which segments to turn on. Doing this is more complex in practice than it sounds, since you need to know the data structure and for many consumer electronics devices this will be a proprietary architecture; you may be able to determine it experimentally. If it's NOT a CoG LCD, you'll need to drive the segments directly. This, too, is not as simple as it sounds. Unlike a LED, an LCD doesn't get driven by a simple DC on/off voltage, it requires a an AC waveform because the LCD segments are essentially capacitive and will only be "on" as long as current is flowing; when the capacitance is "full" and no more current flows, the segment turns off again until the current reverses again. You could drive them yourself, but that can get messy. Instead, there are LCD driver ICs available; which one you need depends on the LCD type and the number of segments. Unfortunately, with only the proprietary part numbers you have, this information can only be deduced via trial and error. Good luck!
ETA: Also, those three thicker conductors are probably for the backlight. It'll probably be one of three major types: LED, electroluminescent or cold-cathode fluorescent.
Bookmarks