diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-15 19:21:39 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-15 19:23:49 -0500 |
commit | baf25aaa7a7f8ff673bbe805963b242c0eb52306 (patch) | |
tree | 80124eb866f4b66153244dd9c1763a4f81efbf29 /movement/movement_config.h | |
parent | 41eaa9c1c03ee70179d8c37c20b436b11dafb8ef (diff) | |
download | Sensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.tar.gz Sensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.tar.bz2 Sensor-Watch-baf25aaa7a7f8ff673bbe805963b242c0eb52306.zip |
movement: add sunrise/sunset face
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 7896f050..f1bed942 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -41,6 +41,7 @@ #include "lis2dh_logging_face.h" #include "demo_face.h" #include "hello_there_face.h" +#include "sunrise_sunset_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |