Refactored text display

This commit is contained in:
David Volovskiy
2025-08-19 06:59:59 -04:00
parent 4fe6a7bbb1
commit eeeb9865ac
4 changed files with 26 additions and 22 deletions

View File

@@ -95,8 +95,8 @@ void simon_face_activate(void *context);
bool simon_face_loop(movement_event_t event, void *context);
void simon_face_resign(void *context);
#define simon_face \
((const watch_face_t){ \
#define simon_face \
((const watch_face_t){ \
simon_face_setup, \
simon_face_activate, \
simon_face_loop, \