How are these normally operated? I'm talking about the displays that make up characters like this:
[code]
_
|_|
|_|
Is it just a multiplexer, some kind of proper controller or is it completely random?
I'm planning on interfacing with a display on my car (which isn't on the CAN unfortunately), and I'm just curious before actually taking it out and having a look (bit of a pain, as the whole dash top has to come out). [/code]
Did you mean a 7 segment LED? (vs LCD)
Segments are usually addressed as
A
F B
G
E C
D
Typically are multiplexed across digits, 1 wire per segment and then 1 wire per digit.
Could be common anode (+3-5V is turned on/off to light up a digit), or common cathode (Low (nearGND)) is enabled to light up a digit.