From 0f03257ee9ef46ac61e20f7201e2c50dedff01b2 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 6 Nov 2021 23:52:00 -0400 Subject: movement: add voltage monitor watch face --- 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 3e911477..9629a570 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 "voltage_face.h" const watch_face_t watch_faces[] = { simple_clock_face, -- cgit v1.2.3 From 1b4bfe35c2ee402314a4aab503bc6d5890eeee91 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 8 Nov 2021 09:50:54 -0600 Subject: movement: day one watch face, counts days from birth --- 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 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[] = { -- cgit v1.2.3 From b0ec40ae460063f711cac963b2e7a0d826c710d7 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Wed, 3 Nov 2021 21:10:10 -0400 Subject: Add stopwatch face to movement Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours --- 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 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, -- cgit v1.2.3