Hey guys,
First off, i'm following the tutorial here:
Correct me if i'm wrong, but the 74HC595 can source/sink MAX 20mA per pin.
With all four grounds on, A single pin is being asked to sink 4LEDs worth of current.
Also, there are four other pins being asked to source 1LED worth of current, at the same time.
Suggestions for a more suitable replacement for the 74HC595?
Hopefully something that works identical to the existing chip, as i'm almost finished my code for it.
EDIT: How about the TPIC6B595N. Is it able to source current, or only sink it?
EDIT2:
Maybe i'm going about this the wrong way. I'll explain what I'm working on.
I want to have 16 individually addressable LEDs.
They are going in a hat, and will be battery powered.
I was hoping to use something small like an ATtiny85 as the uC, hence my exploring multiplexing with a single shift register.
I'm willing to consider different setups (even if physically larger), that will either give me brighter LEDs, or increased battery life. Or both ideally.