Handle visibility for tomato watchface

(cherry picked from commit 547e8248ba3538693ee8c587a92ffece7b40d1a2)
This commit is contained in:
Pietro F. Maggi
2024-01-07 12:40:42 +01:00
parent 63d6bc6aa0
commit 8e0e942573
2 changed files with 9 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ typedef struct {
tomato_mode mode;
tomato_kind kind;
uint8_t done_count;
bool visible;
} tomato_state_t;
void tomato_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);