diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-11-08 09:50:54 -0600 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-11-08 09:59:23 -0600 |
commit | 1b4bfe35c2ee402314a4aab503bc6d5890eeee91 (patch) | |
tree | b8cd50fcc3f3cbfc269070388e708d862fa75684 /movement/movement_config.h | |
parent | 61f479db5a743d36ee1504a1ac004ed7610c663f (diff) | |
download | Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.tar.gz Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.tar.bz2 Sensor-Watch-1b4bfe35c2ee402314a4aab503bc6d5890eeee91.zip |
movement: day one watch face, counts days from birth
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 9629a570..70bedc22 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -9,6 +9,7 @@ #include "thermistor_logging_face.h" #include "character_set_face.h" #include "beats_face.h" +#include "day_one_face.h" #include "voltage_face.h" const watch_face_t watch_faces[] = { |