movement: add tick animation in sleep mode

This commit is contained in:
Joey Castillo
2021-10-19 15:37:08 -04:00
parent 75be621914
commit 148a47f76a
3 changed files with 14 additions and 3 deletions

View File

@@ -138,6 +138,11 @@ void watch_stop_blink();
*/
void watch_start_tick_animation(uint32_t duration);
/** @brief Checks if the tick animation is currently running.
* @return true if the animation is running; false otherwise.
*/
bool watch_tick_animation_is_running();
/** @brief Stops the tick/tock animation and clears all animating segments.
* @details This will stop the animation and clear all segments in position 8.
*/