From 221e41f58cf671a71c3a174c8c8f8c4efd98e3c2 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 21 Dec 2021 12:30:20 -0600 Subject: add 'hello there' face, demo for documentation --- movement/movement_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index 6aeb0b83..047628ad 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -16,9 +16,11 @@ #include "totp_face.h" #include "lis2dh_logging_face.h" #include "demo_face.h" +#include "hello_there_face.h" const watch_face_t watch_faces[] = { simple_clock_face, + hello_there_face, preferences_face, set_time_face, }; -- cgit v1.2.3 From 962837938221dd1b026755219da943609ffd059a Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Tue, 21 Dec 2021 12:58:05 -0600 Subject: add comments to 'hello there' face --- movement/movement_config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'movement/movement_config.h') diff --git a/movement/movement_config.h b/movement/movement_config.h index 047628ad..afb2902c 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -20,7 +20,6 @@ const watch_face_t watch_faces[] = { simple_clock_face, - hello_there_face, preferences_face, set_time_face, }; -- cgit v1.2.3