]> git.earman.xyz Git - sensor-watch.git/commitdiff
Blank day field on reset
authorDaniel Bergman <danber@gmail.com>
Thu, 31 Jul 2025 20:34:11 +0000 (22:34 +0200)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 3 Aug 2025 17:08:47 +0000 (13:08 -0400)
watch-faces/complication/stopwatch_face.c

index e7e5ebb126d527f41f3752012866221038c513d5..551865173a84f885effbbe30a22633805b039e4e 100644 (file)
@@ -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: