From 02c84dfd97c5f0d47f0675303bfc5d29738969e6 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Sat, 1 Jan 2022 14:15:03 -0500 Subject: Add Countdown Face A simple countdown face using movement_schedule_background_task so that it rings, even if the another face is active Limited to 99 minutes and 59 seconds so that the watch isn't staying out of deep sleep for too long --- movement/movement_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index afb2902c..5eba1a68 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -17,6 +17,7 @@ #include "lis2dh_logging_face.h" #include "demo_face.h" #include "hello_there_face.h" +#include "countdown_face.h" const watch_face_t watch_faces[] = { simple_clock_face, -- cgit v1.2.3