]> git.earman.xyz Git - sensor-watch.git/commitdiff
clear all of seconds display when going to sleep
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 6 Oct 2024 16:01:36 +0000 (12:01 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 6 Oct 2024 16:01:41 +0000 (12:01 -0400)
watch-library/hardware/watch/watch_slcd.c

index 777558ee140d26a6c459037b15329376b7dfc93e..18f4efc58c6a7d9de8631dc8e3e68ec2f4eef638 100644 (file)
@@ -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);