summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorWesley Ellis <tahnok@gmail.com>2022-01-01 14:15:03 -0500
committerWesley Ellis <tahnok@gmail.com>2022-01-15 17:49:00 -0500
commit02c84dfd97c5f0d47f0675303bfc5d29738969e6 (patch)
treebcfa5cce22b7ce27947e84394cad898a519643ef /movement/movement_config.h
parent37ff7b9c266ede90a7fb4ed46b91fc502d311144 (diff)
downloadSensor-Watch-02c84dfd97c5f0d47f0675303bfc5d29738969e6.tar.gz
Sensor-Watch-02c84dfd97c5f0d47f0675303bfc5d29738969e6.tar.bz2
Sensor-Watch-02c84dfd97c5f0d47f0675303bfc5d29738969e6.zip
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
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r--movement/movement_config.h1
1 files changed, 1 insertions, 0 deletions
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,