Reboot screen color cosmetic changes.

This commit is contained in:
Dmitry422
2025-03-19 19:18:19 +07:00
parent 5eb38b786b
commit f751b28532
2 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ typedef struct {
//use one type RGBBacklightColor for current_leds_settings and for static colors definition
static RGBBacklightColor current_led[] = {
{"LED0", 255, 60, 0},
{"LED1", 255, 60, 0},
{"LED2", 255, 60, 0},
{"LED0", 0, 0, 0},
{"LED1", 0, 0, 0},
{"LED2", 0, 0, 0},
};
static const RGBBacklightColor colors[] = {

View File

@@ -253,7 +253,7 @@ static void rgb_backlight_installed_changed(VariableItem* item) {
rgb_backlight_set_led_static_color(1, 0);
rgb_backlight_set_led_static_color(0, 0);
SK6805_update();
// start rainbow (if its Enabled) or set saved static colors if user swith_on rgb_backlight_installed switch
// start rainbow (if its Enabled) or set saved static colors if user swith_on rgb_backlight_installed switch
} else {
if(app->notification->rgb_srv->settings->rainbow_mode > 0) {
rainbow_timer_starter(app->notification->rgb_srv);