still fucking ))

This commit is contained in:
Dmitry422
2025-03-13 18:06:39 +07:00
parent e589cf7246
commit c9313c6f52
6 changed files with 56 additions and 67 deletions

View File

@@ -31,7 +31,7 @@ typedef struct {
uint8_t red;
uint8_t green;
uint8_t blue;
} RGBBacklightPredefinedColor;
} RGBBacklightColor;
typedef struct {
FuriTimer* rainbow_timer;
@@ -48,7 +48,7 @@ typedef struct {
#define RECORD_RGB_BACKLIGHT "rgb_backlight"
void rgb_backlight_update (float brightness);
void rgb_backlight_set_static_color(uint8_t index, float brightness);
void rgb_backlight_set_static_color(uint8_t index);
void rainbow_timer_stop(RGBBacklightApp* app);
void rainbow_timer_start(RGBBacklightApp* app);
void rainbow_timer_starter(RGBBacklightApp* app);