Servita-Community / ServitaFirmware

The main firmware for the Servita and ServitaDuo base devices.
1 stars 1 forks source link

Decouple the Board LED Brightness from Strip LED Brightness #50

Closed TeaBear5 closed 2 months ago

TeaBear5 commented 3 months ago

FastLED apparently makes it very annoying to utilized a separate brightness between the 2 different led strips. Right now the led brightness setting for the strips will affect the board led brightness. Some ideas to fix this include:

1) removing brightness control all together for the strip (every possible config can be created by the user using the 3 led values anyway. 2) Always using maximum brightness and calculating the brightness adjusted values for the strip and/or board before setting the color. 3) Make another attempt at using the following suggestions (https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples)