movement: add sunrise/sunset face

This commit is contained in:
Joey Castillo
2022-01-15 19:21:39 -05:00
parent 41eaa9c1c0
commit baf25aaa7a
6 changed files with 625 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ INCLUDES += \
-I../watch_faces/thermistor/ \
-I../watch_faces/demos/ \
-I../lib/TOTP-MCU/ \
-I../lib/sunriset/ \
# If you add any other source files you wish to compile, add them after ../app.c
# Note that you will need to add a backslash at the end of any line you wish to continue, i.e.
@@ -27,6 +28,7 @@ INCLUDES += \
SRCS += \
../lib/TOTP-MCU/sha1.c \
../lib/TOTP-MCU/TOTP.c \
../lib/sunriset/sunriset.c \
../movement.c \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \
@@ -45,6 +47,7 @@ SRCS += \
../watch_faces/complications/day_one_face.c \
../watch_faces/complications/stopwatch_face.c \
../watch_faces/complications/totp_face.c \
../watch_faces/complications/sunrise_sunset_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk