simple watch bin led: add functionality of representing the current time as binary code LED flashing.

This commit is contained in:
TheOnePerson
2023-05-21 08:34:02 +02:00
parent d348482759
commit 8f7452fd99
4 changed files with 314 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ SRCS += \
../watch_faces/complication/randonaut_face.c \
../watch_faces/complication/toss_up_face.c \
../watch_faces/complication/geomancy_face.c \
../watch_faces/clock/simple_clock_bin_led_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.