Skip to content

Commit

Permalink
clear seconds in LE mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Sep 24, 2024
1 parent de8ad7e commit 38189ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions watch-faces/clock/simple_clock_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 38189ad

Please sign in to comment.