day_one_face: enable quick cycle through settings

This allows the alarm button to be held down in the date settings and
quickly cycle through the dates instead of having to push for each
single increment like in other faces.
This commit is contained in:
Christian Buschau
2023-09-19 18:31:56 +02:00
parent 1022359252
commit e8b7985dde
2 changed files with 48 additions and 19 deletions

View File

@@ -43,6 +43,7 @@ typedef struct {
uint8_t birth_month;
uint8_t birth_day;
bool birthday_changed;
bool quick_cycle;
} day_one_state_t;
void day_one_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);