code for my homebrew ws2812 ambilight

grindhold 1eaed528db added myself to copyright header 7 years ago
README.md 706d265895 Initial commit 7 years ago
main.c 1eaed528db added myself to copyright header 7 years ago

README.md

LED-Waves

This is code for an ambient light that I built using a RaspberryPI 3, a strip of WS2812b LEDs and a level shifter. The software is based on jgarff's WS281x library.

How to recreate

Follow the build instructions of jgarff's library, replace his main.c with the main.c of this repository, call scons and execute the "test" executable

Future

Maybe I'll find the time to correctly separate my code from the original library and use it cleanly as a shared lib.