This project aims to implement a method for displaying an image on a radially mounted WS281X LED strip. A jpeg image is provided to the program. With no extra effort, this image will be displayed to the rotating display.
- Simple image input system
- Entirely automatic display
- (Future) Synchronization of output to rotation rate of mount
This simplest build can be completed by simply running:
make
All the libraries which are not available as packages on Raspbian have been included in the lib subdirectory. If you would like to update them, simply recompile from source the rpi_ws281x
library and the jpeg-turbo
library (for its high-level libjpegturbo
API).