I currently have a 10x3 LED circuit that works great. The LED's are always on and they run off of a 12VDC power supply. Each 3-LED branch recieves 20mA (I'm using 20mA LED Drivers). However, now I want them all to blink simultaneously. I can use my UNO to program the LED's to blink at set Duty Cycle, but the ATMega328 obviously cannot meet the power requirements of my array (12V,200mA).
Is it possible to upload the sketch to an appropriate shift register and drop it into my circuit?
Passenger12:
As far as the drivers go, I'm just using them in place of resistors to supply a constant current to my branches.
Not necessary in this circuit. Resistors will do fine. Constant current circuits are important when high current leds (e.g. 300mA per led) get hot and their forward voltage changes. CC circuits adapt to that change. But your leds will not get very warm at all, so their Vf will stay pretty constant.