I'm trying to get a matrix of 50 full color LEDs running and I was wondering what the best option would be to get that many PWM outputs? I have read about mux/demux and the TLC5940, but wasn't sure which would work best. I have only done a few projects with my arduino, one was controlling a RGB LED.
I am trying to make brake lights for my car. I have 2 10X5 RGB LED's. I planned on wiring them in rows and columns. I want to use as little inputs on the arduino as possible, because i would only like to run 2 wires from each light to the board. I want to be able to control every LED individual.
When I said brake lights I meant tail lights, I want it so I can control like running lights, brake lights, blinkers, hazards, backup lights, and messages like "BACK OFF". If I go to a car show I want to be able to put what ever color or anything on it. So yes I need dim-able so every color would be possible.
So yes I need dim-able so every color would be possible.
It is possible but it is a lot harder. It is difficult to multiplex and dim at the same time, that project I posted does this for a limited number of LEDs.
The problem with multiplexing is that you are flashing the LEDs on and off and so by defination they are dimmer.