texx00 / sandypi

The ultimate controller for sand tables
Other
28 stars 4 forks source link

Leds control #23

Closed texx00 closed 3 years ago

texx00 commented 3 years ago

I started a new branch dedicated to the LEDs control.

At the moment the pi is directly controlling the leds (only WS2812B) but I struggled to install correctly the library to control the leds. Before merging it is necessary to check the installation on a fresh raspi image. It will be necessary to add some code to the installation script to install the required libraries only on raspberry since those are not available on linux or windows. May add a flag to install the led control part. May add a variable to show or not the corresponding page/settings?

For sure it will be interesting to add support to other types of leds but for the moment I have only this type on hand

texx00 commented 3 years ago

Still missing a lot of functions for the led control (animations and types of leds)

This is just a basic preview of the led control

Will leave the pull request open but will merge the branch because it contains few important bug fixes found while working on the leds