Currently I am working on a project that will use an Arduino Pro Mini and needs to control 18 LED's independently with PWM. The Arduino can only do 6 independently...so what part would I need to buy to expand the number of outputs? I know shift registers can only do on/off functions, not fading, so that's not it...
dc42:
Check out the ShiftPWM library, or use a TLC5940.
Im just learning about this stuff, and from what I've read, this seems to be the way most folks are doing things. TLC5940 seems to be limited to common anode, but it seems to be the most elegant way.