clear all of seconds display when going to sleep

This commit is contained in:
joeycastillo 2024-10-06 12:01:36 -04:00
parent 5b8efa87d7
commit 42871ad951

View 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);