From: Matheus Afonso Martins Moreira Date: Sat, 7 Sep 2024 20:12:24 +0000 (-0300) Subject: Merge PR #423 - add periodic table face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=852c3aad276da9c5a7c943c411c3b2d7776a4a14;p=sensor-watch.git Merge PR #423 - add periodic table face Adds a watch face full of useful information about every known chemical element. Reviewed-by: Matheus Afonso Martins Moreira Tested-on-hardware-by: PrimmR Tested-on-hardware-by: David Volovskiy GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/423 --- 852c3aad276da9c5a7c943c411c3b2d7776a4a14 diff --cc movement/make/Makefile index a23bfad,2e623e6..53adba9 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@@ -128,9 -121,7 +128,10 @@@ SRCS += ../watch_faces/complication/couch_to_5k_face.c \ ../watch_faces/clock/minute_repeater_decimal_face.c \ ../watch_faces/complication/tuning_tones_face.c \ + ../watch_faces/complication/kitchen_conversions_face.c \ + ../watch_faces/complication/wordle_face.c \ + ../watch_faces/complication/endless_runner_face.c \ + ../watch_faces/complication/periodic_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. diff --cc movement/movement_faces.h index 26e25a4,23c5c35..52eacf5 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@@ -103,9 -98,7 +103,10 @@@ #include "couch_to_5k_face.h" #include "minute_repeater_decimal_face.h" #include "tuning_tones_face.h" +#include "kitchen_conversions_face.h" +#include "wordle_face.h" +#include "endless_runner_face.h" + #include "periodic_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_