]> git.earman.xyz Git - sensor-watch.git/commitdiff
clear seconds in LE mode
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 24 Sep 2024 04:12:25 +0000 (00:12 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 24 Sep 2024 04:12:25 +0000 (00:12 -0400)
watch-faces/clock/simple_clock_face.c

index 0257c6ee64609bfab0237ae11b33ff26f077328e..d4fb963cc442b9c9182c96e88e04cf5fc615daa1 100644 (file)
@@ -122,6 +122,7 @@ bool simple_clock_face_loop(movement_event_t event, movement_settings_t *setting
                 watch_display_text(WATCH_POSITION_HOURS, buf + 2);
                 watch_display_text(WATCH_POSITION_MINUTES, buf + 4);
                 if (event.event_type == EVENT_LOW_ENERGY_UPDATE) {
+                    watch_display_character(' ', 9);
                     if (!watch_tick_animation_is_running()) watch_start_tick_animation(500);
                 } else {
                     watch_display_text(WATCH_POSITION_SECONDS, buf + 6);