Hi all,
in my project I have an odd 50+ LEDs doing many different things, like blinking, fading, chasing, flickering and so on. The blinking works on just about any channel but fading, flickering & co need a PWM pin. I do not want to have to do this with an arduino, so I have been exporting the code to an ATtiny85, with the exception of a couple minor setbacks everything is looking very good. One problem that I have with the ATtiny85 is its limited amount of PWM pins. I did some research and found some information about the tlc5941 chip. I am still gathering information but this sounds like the answer that I was looking for 16 I/O channels and I believe all of them are PWM.
Soooo before I go out and buy about 10 tlc5941 chips... My question is, are there any other chips out there that I should consider? anything bigger or better? I guess the only prerequesite is that there has to be a library for it so that I can use my Arduino Uno as ISP. Otherwise, any tips or information links to the tlc5941 chip would be very welcome.
Thanks alot for any advice in advance,
Jason