summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
diff options
context:
space:
mode:
authorWesley Ellis <tahnok@gmail.com>2021-11-03 21:10:10 -0400
committerWesley Ellis <tahnok@gmail.com>2021-11-10 21:17:24 -0500
commitb0ec40ae460063f711cac963b2e7a0d826c710d7 (patch)
tree7730756096827133f8f9a0fe5cd0b73d959f2397 /movement/movement_config.h
parent1b4bfe35c2ee402314a4aab503bc6d5890eeee91 (diff)
downloadSensor-Watch-b0ec40ae460063f711cac963b2e7a0d826c710d7.tar.gz
Sensor-Watch-b0ec40ae460063f711cac963b2e7a0d826c710d7.tar.bz2
Sensor-Watch-b0ec40ae460063f711cac963b2e7a0d826c710d7.zip
Add stopwatch face to movement
Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours
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 70bedc22..fa5ddf18 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -11,6 +11,7 @@
#include "beats_face.h"
#include "day_one_face.h"
#include "voltage_face.h"
+#include "stopwatch_face.h"
const watch_face_t watch_faces[] = {
simple_clock_face,