mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:08:35 -07:00
Rainbow rgb backlight + full rgb code rework
This commit is contained in:
@@ -45,7 +45,7 @@ void furi_hal_light_set(Light light, uint8_t value) {
|
||||
}
|
||||
if(light & LightBacklight) {
|
||||
if(XTREME_SETTINGS()->rgb_backlight) {
|
||||
rgb_backlight_update(value);
|
||||
rgb_backlight_update(value, false);
|
||||
} else {
|
||||
uint8_t prev =
|
||||
lp5562_get_channel_value(&furi_hal_i2c_handle_power, LP5562ChannelWhite);
|
||||
|
||||
Reference in New Issue
Block a user