mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
still under construction
This commit is contained in:
@@ -51,8 +51,6 @@ typedef struct {
|
||||
bool lcd_inverse;
|
||||
} NotificationSettings;
|
||||
|
||||
//extern NotificationSettings settings;
|
||||
|
||||
struct NotificationApp {
|
||||
FuriMessageQueue* queue;
|
||||
FuriPubSub* event_record;
|
||||
@@ -72,3 +70,6 @@ struct NotificationApp {
|
||||
void notification_message_save_settings(NotificationApp* app);
|
||||
void night_shift_timer_start(NotificationApp* app);
|
||||
void night_shift_timer_stop(NotificationApp* app);
|
||||
|
||||
//global variable for using in canvac.c
|
||||
extern bool lcd_inverted;
|
||||
|
||||
Reference in New Issue
Block a user