day_one_face: show set date on short alarm button press

This commit is contained in:
Christian Buschau
2023-09-20 00:55:51 +02:00
parent e8b7985dde
commit 984990fb66
2 changed files with 107 additions and 58 deletions

View File

@@ -34,7 +34,8 @@ typedef enum {
PAGE_DISPLAY,
PAGE_YEAR,
PAGE_MONTH,
PAGE_DAY
PAGE_DAY,
PAGE_DATE
} day_one_page_t;
typedef struct {
@@ -44,6 +45,7 @@ typedef struct {
uint8_t birth_day;
bool birthday_changed;
bool quick_cycle;
uint8_t ticks;
} day_one_state_t;
void day_one_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);