]> git.earman.xyz Git - sensor-watch.git/commitdiff
stopwatch: slow down sleep animation
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 29 Nov 2022 19:40:03 +0000 (13:40 -0600)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 29 Nov 2022 19:40:03 +0000 (13:40 -0600)
movement/watch_faces/complication/stopwatch_face.c

index f6270b4736992b0c12a51317453809ff99814c72..2a69e9d58077ace45e9df7b4905e61d08ef71d17 100644 (file)
@@ -148,7 +148,7 @@ bool stopwatch_face_loop(movement_event_t event, movement_settings_t *settings,
             // explicitly ignore the timeout event so we stay on screen
             break;
         case EVENT_LOW_ENERGY_UPDATE:
-            if (!watch_tick_animation_is_running()) watch_start_tick_animation(500);
+            if (!watch_tick_animation_is_running()) watch_start_tick_animation(1000);
             if (!stopwatch_state->running) {
                 // since the tick animation is running, displaying the stopped time could be misleading,
                 // as it could imply that the stopwatch is running. instead, show a blank display to