|
For the simplist solution, you should be able to use the parallel port to PWM the RGB channels to get the color you want. Since the PC is doing all the logic for the effects, and the LPT port should be fast enough to hold a color, you don't need any additional controller hardware. Take 3 data pins, one for each color, wired to transistors to switch power to your LEDs. You'll probably need to duty cycle down to 1/16 to get a good color range, and refresh them at around a kHz to eliminate flicker. After that it's all software.
|