add EXPERIMENTAL smooth LED transitions with a VERY SIMPLE lerp and an option to customize lerp speed

This commit is contained in:
openshwprojects
2022-11-07 12:58:16 +01:00
parent e4cf468245
commit 4258cd2afb
5 changed files with 118 additions and 22 deletions

View File

@ -1885,6 +1885,8 @@ const char* g_obk_flagNames[] = {
"[IR] Allow 'unknown' protocol",
"[MQTT] Broadcast led final color RGBCW (topic name: YourDevName/led_finalcolor_rgbcw/get)",
"[LED] Automatically enable Light when changing brightness, color or temperature on WWW panel",
"[LED] Smooth transitions for LED (EXPERIMENTAL)",
"error",
"error",
"error",
};