LCD Inversion finished by MMX

This commit is contained in:
Dmitry422
2025-04-09 23:37:30 +07:00
parent 4ec8f21e09
commit 224d4e060b
7 changed files with 37 additions and 17 deletions

View File

@@ -70,6 +70,3 @@ 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;