richardhawthorn / RGBLedTLC5940

Control RGB LEDs using TLC5940

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLC5940 RGB led driver

Arduino code written to mix rgb led channels using the TLC5940 pwm led driver chip.

The code rotates through several patterns, and gives examples of how to mix colours.

Use the function lightRgb(light, colour) to select an led (light) and a colour. The colour variable should be a number between 0 and 1024, which represents the full spectrum of colours.

About

Control RGB LEDs using TLC5940


Languages

Language:C 46.4%Language:C++ 28.3%Language:Processing 21.5%Language:Java 3.9%