Please be gentle... I'm quite new to the Arduino, haha...
I have an LED bargraph that has a common anode for each color (each segment has a green and a red LED in it).
I am wanting to multiplex them so that each LED is individually addressable (thanks to CrossRoads for the design premise).
(I know the resistor placement isn't the best, but I'm struggling for breadboard real estate at the moment)
I'm working from the bargraph tutorial on this... essentially if I run either anode off the +5V everything works (for single color) but as you can imagine there is significant dimming that occurs as the number of LEDs lighting up changes.
How would I go about multiplexing this? For example, if the range is such that the first 3 LEDs are lit, then I want those three pins (D2-D4) to cycle states rapidly in succession. Can they switch fast enough to pull it off?
I don't want anyone to waste a bunch of time writing me out a full-blown program here, I'm just curious as to the syntax for this. If I understand how a couple pins get switched the rest are cake.
For now, disregard the two different colors... stick with green
Thanks in advance!