From: joeycastillo Date: Sun, 6 Oct 2024 16:01:36 +0000 (-0400) Subject: clear all of seconds display when going to sleep X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=42871ad9518f78ba30b8d00819c30b1029b3ec68;p=sensor-watch.git clear all of seconds display when going to sleep --- diff --git a/watch-library/hardware/watch/watch_slcd.c b/watch-library/hardware/watch/watch_slcd.c index 777558e..18f4efc 100644 --- a/watch-library/hardware/watch/watch_slcd.c +++ b/watch-library/hardware/watch/watch_slcd.c @@ -164,6 +164,7 @@ void watch_start_sleep_animation(uint32_t duration) { watch_set_indicator(WATCH_INDICATOR_SLEEP); #else watch_display_character(' ', 8); + watch_display_character(' ', 9); slcd_disable(); slcd_set_frame_counter_enabled(1, false);