code for my homebrew ws2812 ambilight
grindhold 1eaed528db added myself to copyright header | před 7 roky | |
---|---|---|
README.md | před 7 roky | |
main.c | před 7 roky |
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.
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
Maybe I'll find the time to correctly separate my code from the original library and use it cleanly as a shared lib.