I have this admittedly odd fascination with 16-segment LED displays -- not the normal 8-segment, mind you, which I never liked, but the stuff with the cross in the middle like in
Back to the Future. Since I am redesigning my Ãœbersquirrel for the 65816 anyway, I thought I'd at least consider putting one or two of them in.
There isn't too much literature on how to drive them, but I'm guessing this is where Garth's "Using the 6522's shift register for tons of output bits" (
http://wilsonminesco.com/6502primer/pot ... #22_SR_OUT) comes into play, with
two 74AC595s for each LED. This adds up very quickly for more than one character, so I was wondering if it would make more sense to modify straight-shifting n times 16 bits by (say) a 74AC139 2-to-4 selector connected to two I/O port pins, which would allow selecting the character directly?
I'm not sure if this is going to be worth the effort this time around -- we're talking about a lot of hardware (including the resistors) here for what is basically a gimmick. Still, has anybody done this before, or have other suggestions? Thank you!