From: Daniel Bergman Date: Thu, 31 Jul 2025 20:34:11 +0000 (+0200) Subject: Blank day field on reset X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=bc0207225006b5f4931d8c7cb283963d8d9bc15c;p=sensor-watch.git Blank day field on reset --- diff --git a/watch-faces/complication/stopwatch_face.c b/watch-faces/complication/stopwatch_face.c index e7e5ebb..5518651 100644 --- a/watch-faces/complication/stopwatch_face.c +++ b/watch-faces/complication/stopwatch_face.c @@ -114,6 +114,7 @@ bool stopwatch_face_loop(movement_event_t event, void *context) { stopwatch_state->start_time.reg = 0; stopwatch_state->seconds_counted = 0; watch_display_text(WATCH_POSITION_BOTTOM, "000000"); + watch_display_text(WATCH_POSITION_TOP_RIGHT, " "); } break; case EVENT_ALARM_BUTTON_DOWN: