Bear with me, this my first project.
Please include details that are assumed knowledge to an experienced person.
I’m planning to build an external display for PC racing simulators (ie. rFactor)
Mock up:
http://i42.tinypic.com/z8mrk.jpg
The plan is to build on breadboard then transfer to perfboard at a later date.
I’m going to use 9x red 4-digit modules (0.56") from here [12 pin version]:
http://www.kingbrightusa.com/category.a … 6in&Page=1
Should I get Common Cathode, or Common Anode?
My main concerns right now are:
1. Power - How to physically wire power to all of the displays. (using a 5v bench supply most likely)
2. Data Transfer - How to get the data from the arduino onto the displays. (multiplexing? hardware/pin wiring?)
3. Fast display refresh rate/speed - I’ve seen displays lag with only four 7-segment displays, so i’d rather use extra pins on the Arduino then daisy chain.
4. Special characters. - In addition to (0-9,A,B,C,E,F) Ideally I want to be able to use the segments to form whatever other letters I can. (n, r, o, d, b, etc)
Oh and also, while talking about speed, I plan on also driving two (possibly 3) of these using the (TM1638) library.
http://www.dealextreme.com/p/8x-digital … dule-81873
Let’s leave the TM1638 based modules out of the equation for now, unless we need to somehow wire them together with these displays, in order to not have display lag???
I obviously cannot drive (9x12) pins right off of the arduino, so what is my best option?