diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 11:33:07 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 11:33:07 -0500 |
commit | 616587a2030be054277ef74fdbf0be626684db3c (patch) | |
tree | dc46e22572fc2c174d084e798d256589d0cd4476 /movement/make | |
parent | 8e06100b81c0218e09d97ae09b0feea20bc3d460 (diff) | |
download | Sensor-Watch-616587a2030be054277ef74fdbf0be626684db3c.tar.gz Sensor-Watch-616587a2030be054277ef74fdbf0be626684db3c.tar.bz2 Sensor-Watch-616587a2030be054277ef74fdbf0be626684db3c.zip |
add demo watch face
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 7a3e85ec..b7a0e6e2 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -39,6 +39,7 @@ SRCS += \ ../watch_faces/demos/character_set_face.c \ ../watch_faces/demos/voltage_face.c \ ../watch_faces/demos/lis2dh_logging_face.c \ + ../watch_faces/demos/demo_face.c \ ../watch_faces/complications/beats_face.c \ ../watch_faces/complications/day_one_face.c \ ../watch_faces/complications/stopwatch_face.c \ |