julianschill / klipper-led_effect

LED effects plugin for klipper
GNU General Public License v3.0
647 stars 117 forks source link

Brightness #151

Open z00mantwo opened 1 year ago

z00mantwo commented 1 year ago

Is there a way to change the overall brightness of a set of named LEDs? Such as lower the brightness of the rainbow barf LEDs in a stealthburner setup.

claudermilk commented 1 year ago

I was playing around with my settings today and wasn't happy with the brightness. I hit upon this method that worked: add static 0 0 subtract (0.5,0.5,0.5) as the top effect definition. Brightness came down and the colors are richer.

julianschill commented 9 months ago

That's a good workaround. I will consider adding a brightness multiplier to the SET_LED_EFFECT command.