mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Reboot screen color cosmetic changes.
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user