diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-21 12:30:20 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-21 12:30:20 -0600 |
commit | 221e41f58cf671a71c3a174c8c8f8c4efd98e3c2 (patch) | |
tree | d5a914b20b3ba520acc980262c1a874e4597e0b9 /movement/movement_config.h | |
parent | 4862472d1d8b9ea0bb8888965500f7372b4c5bfe (diff) | |
download | Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.tar.gz Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.tar.bz2 Sensor-Watch-221e41f58cf671a71c3a174c8c8f8c4efd98e3c2.zip |
add 'hello there' face, demo for documentation
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, }; |