Start moving RGB backlight back to Notification service

This commit is contained in:
Dmitry422
2025-04-10 18:01:47 +07:00
parent 1b8e87ad53
commit 5eacafa16d
12 changed files with 333 additions and 643 deletions

View File

@@ -3,7 +3,7 @@
#include <furi_hal_light.h>
#include <lp5562.h>
#include <stdint.h>
#include "applications/services/rgb_backlight/rgb_backlight.h"
#include <notification/notification_app.h>
#define LED_CURRENT_RED (50u)
#define LED_CURRENT_GREEN (50u)