Moving RGB Backlight setings and effect to rgb service finished.

This commit is contained in:
Dmitry422
2025-03-14 02:18:14 +07:00
parent c9313c6f52
commit 9b3d737693
7 changed files with 194 additions and 147 deletions

View File

@@ -47,7 +47,8 @@ typedef struct {
#define RECORD_RGB_BACKLIGHT "rgb_backlight"
void rgb_backlight_update (float brightness);
void rgb_backlight_update(float brightness);
void rgb_backlight_set_custom_color(uint8_t red, uint8_t green, uint8_t blue);
void rgb_backlight_set_static_color(uint8_t index);
void rainbow_timer_stop(RGBBacklightApp* app);
void rainbow_timer_start(RGBBacklightApp* app);