Weeknumber watch face

Same as simple clock, but has iso 8601 week number instead of seconds counter
This commit is contained in:
Slim
2022-12-02 19:45:53 +01:00
parent 852099e1ab
commit a69547805b
6 changed files with 311 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ SRCS += \
../watch_faces/clock/simple_clock_face.c \
../watch_faces/clock/world_clock_face.c \
../watch_faces/clock/beats_face.c \
../watch_faces/clock/weeknumber_clock_face.c \
../watch_faces/settings/preferences_face.c \
../watch_faces/settings/set_time_face.c \
../watch_faces/sensor/thermistor_readout_face.c \