WIP: totp watch face read from file

This commit is contained in:
Joey Castillo
2022-05-12 10:41:04 -04:00
parent ed526355f6
commit cc4275694b
6 changed files with 348 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ INCLUDES += \
-I../lib/sunriset/ \
-I../lib/vsop87/ \
-I../lib/astrolib/ \
-I../lib/base32/ \
# 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.
@@ -34,6 +35,7 @@ SRCS += \
../lib/sunriset/sunriset.c \
../lib/vsop87/vsop87a_milli.c \
../lib/astrolib/astrolib.c \
../lib/base32/base32.c \
../../littlefs/lfs.c \
../../littlefs/lfs_util.c \
../movement.c \