summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorgugray <gugray@users.noreply.github.com>2023-03-11 22:27:18 +0100
committerGitHub <noreply@github.com>2023-03-11 16:27:18 -0500
commit9af51de624e0ce6f2976b57cf2e40660c3163cb5 (patch)
treedd5723ac727115917c91ac17f18ca729dead8175 /movement/movement_faces.h
parent2d46a9bf9e9952b691b7ef57640038655b4e2bba (diff)
downloadSensor-Watch-9af51de624e0ce6f2976b57cf2e40660c3163cb5.tar.gz
Sensor-Watch-9af51de624e0ce6f2976b57cf2e40660c3163cb5.tar.bz2
Sensor-Watch-9af51de624e0ce6f2976b57cf2e40660c3163cb5.zip
Activity face + Chirpy TX (#187)
* chirpy demo face; activity face stub * activity face WIP: can log, pause and clear * activity face and chirpy demo: ready to flash to watch * activity face tweaks * hour display for hours < 10 * fix: added rogue paused seconds when stopping activity * LE mode; lower power with 1Hz tick * fix: midnight is 12 * Documentation in code comments * fixes from code review by @neutralinsomniac * chirpy_demo_face option to chirp out nanosec.ini + auto-format * UI tweaks * remove erroneously added file (content revoked) * UI tweaks: return from LE mode; time display vs LAP * add default loop handler (will enable long-mode-to-first-face) * reset watch faces to match main branch
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index a335c6e5..568c817c 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -73,6 +73,8 @@
#include "interval_face.h"
#include "morsecalc_face.h"
#include "rpn_calculator_face.h"
+#include "activity_face.h"
+#include "chirpy_demo_face.h"
#include "ships_bell_face.h"
#include "discgolf_face.h"
#include "habit_face.h"