Add awareness alarm tutorial status page

This commit is contained in:
2026-08-14 01:26:26 -04:00
parent f97e18ac48
commit 96a9f26814
4 changed files with 56 additions and 31 deletions
+5 -3
View File
@@ -3,12 +3,14 @@
#define STORAGE_KEY_ALARM_HOUR 0
#define STORAGE_KEY_ALARM_MINUTE 1
#define STORAGE_KEY_ALARMING_FOR_AWARENESS 2
#define STORAGE_KEY_DISABLE_TUTORIAL 3
typedef enum
{
STATUS_CONFIRMATION = 0,
STATUS_SET_FAILURE = 1,
STATUS_MATH_FAILURE = 2
STATUS_MAIN_TUTORIAL = 0,
STATUS_CONFIRMATION = 1,
STATUS_SET_FAILURE = 2,
STATUS_MATH_FAILURE = 3
} StatusWindowPurpose;
static void push_setter_window();