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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user