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
297 stars 64 forks source link

Add White Channel to effect_single #108

Closed weiserhei closed 3 years ago

weiserhei commented 3 years ago

This PR adds a White channel slider to the Effect Single:

grafik

This feature is only implemented for Microcontroller (for now), because thats what Im using. Flash your Microcontroller using the nodemcu_client_rgbw.ino sketch, which is basically the same except for 2 important lines.

You also have to select a SK6812 Strip in the device settings for Raspi output, then switch to UDP.

PS: please alter the code all you want, I just wanted this feature and maybe help #87 😄

TobKra96 commented 3 years ago

Hi, Maybe we can create a solution, that will fit better with the current design. E.g. Set the led strip of an esp inside the raspberry pi output :smiley: I will take a look at it on the weekend.

Have a great day! TobKra