Wordle port (#45)

* Moved Wordle from legacy to main folder

* Add delays before registering btns, don't repeat words, cleaned up enum names

* Updated print logic for second movement

* Removed from watch_faces
This commit is contained in:
voloved
2025-08-03 12:56:23 -04:00
committed by GitHub
parent 78eb0c0c97
commit 4b4735065f
5 changed files with 174 additions and 108 deletions

View File

@@ -16,6 +16,7 @@ SRCS += \
./watch-faces/complication/squash_face.c \
./watch-faces/complication/totp_face.c \
./watch-faces/complication/tally_face.c \
./watch-faces/complication/wordle_face.c \
./watch-faces/demo/all_segments_face.c \
./watch-faces/demo/character_set_face.c \
./watch-faces/demo/light_sensor_face.c \