TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
295 stars 63 forks source link

Support for apa102/apa102c #184

Closed ex0nuss closed 1 year ago

ex0nuss commented 1 year ago

Hi there, I found some old APA102c LEDs lying around from an old home assistant project. Is it possible to support them, since most libraries usually do?

Cheers!

TobKra96 commented 1 year ago

Hi, we are using the following lib for the communication between the python script and the led strips. https://github.com/jgarff/rpi_ws281x

As far as I can see, they do not support this kind of strip.