Is it possible to do software pwm on 595's. Would be to control quite a few leds, probably 4 595's. Is it worth the code for the brightness and money saved on the chips?
found this auction on ebay, seems like a really good price and shipping
They cannot do PWM by themselves.
Depending on what your doing you can 'emulate' PWM by looping and turning them on and off rapidly.
They are good chips though. Dirt cheap and you can do nearly anything with them.
I use them for LED arrays and running LCDs (3 wire LCD interface ftw).
Do you have any examples of using that IC as an LED array?
They cannot do PWM by themselves.
Depending on what your doing you can 'emulate' PWM by looping and turning them on and off rapidly.
They are good chips though. Dirt cheap and you can do nearly anything with them.
I use them for LED arrays and running LCDs (3 wire LCD interface ftw).
You can use two and flicker each row of leds quickly.
A bit like a MAX7219.
Because I'm using RGB LEDs I couldnt do that without added complexity, I'm using 24 595's.
And yes, the wiring is a absolute mess. Should look fantastic when done though.