Light up some RGB LEDs with TI TLC5940s with your favorite microcontroller!
TODO: Real description
You will need to install the TLC5940 library:
In the Arduino IDE or MPIDE make sure you set your sketchbook location to wherever the PixelWall main folder is located.
A 10 byte communication packet is sent to the microcontroller. Each parameter is a unsigned short with MSB byte order:
- Command
- Pixel Address / Dummy
- Red Value / Dummy
- Green Value / Dummy
- Blue Value / Dummy
There's a ruby gem for this called Lorraine.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request