cp2004 / OctoPrint-WS281x_LED_Status

Add some RGB LEDs to your printer for a quick status update!
https://plugins.octoprint.org/plugins/ws281x_led_status
GNU Affero General Public License v3.0
111 stars 26 forks source link

[Request]: Control White Channel for SK6812 RGBW LEDs #200

Closed bazjo closed 1 year ago

bazjo commented 1 year ago

What would you like implemented?

First of all, thank you so much for this awesome plugin!

As I mainly intend to use the SK6812 RGBW for general illumination of the 3d-printer with the torch feature, it would be awesome if the white channel could be addressed as well.

I totally understand that RGBW color mixing is a lot of work, maybe it would just be possible to set the colors with an optional alpha (transparency) value that would be used for the white LED, so that a standard color picker can be used and no logic needs to be done behind the scene?

Why should this be implemented?

It would be a really nice addition for user who want to use their strips for general illumination. Using SK6812 LEDs has the big advantage that they can just be controlled directly from octoprint without the need for a self-built mosfet driver. Also the UI and UX of the plugin are better than the standard GPIO plugin

bazjo commented 1 year ago

nvm, reading the docs helps...