Start working with LCD color inversion

This commit is contained in:
Dmitry422
2025-04-08 18:00:10 +07:00
parent 33fa903f7a
commit 7507058870
6 changed files with 83 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ typedef struct {
Light light;
} NotificationLedLayer;
#define NOTIFICATION_SETTINGS_VERSION 0x03
#define NOTIFICATION_SETTINGS_VERSION 0x04
#define NOTIFICATION_SETTINGS_PATH INT_PATH(NOTIFICATION_SETTINGS_FILE_NAME)
typedef struct {
@@ -48,8 +48,11 @@ typedef struct {
float night_shift;
uint32_t night_shift_start;
uint32_t night_shift_end;
bool lcd_inverse;
} NotificationSettings;
//extern NotificationSettings settings;
struct NotificationApp {
FuriMessageQueue* queue;
FuriPubSub* event_record;