RGB Rainbow still in development.

This commit is contained in:
Dmitry422
2025-03-04 23:34:11 +07:00
parent 7ac1452618
commit 82fd6b2130
2 changed files with 64 additions and 35 deletions

View File

@@ -63,9 +63,9 @@ struct NotificationApp {
// rainbow mode section
FuriTimer* rgb_mod_rainbow_timer;
int8_t rgb_mod_rainbow_color1;
int8_t rgb_mod_rainbow_color2;
int8_t rgb_mod_rainbow_color3;
uint8_t rgb_mod_rainbow_color1;
uint8_t rgb_mod_rainbow_color2;
uint8_t rgb_mod_rainbow_color3;
NotificationSettings settings;