]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge PR #423 - add periodic table face
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sat, 7 Sep 2024 20:12:24 +0000 (17:12 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sat, 7 Sep 2024 21:47:20 +0000 (18:47 -0300)
Adds a watch face full of useful information
about every known chemical element.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Tested-on-hardware-by: PrimmR <primmr@icloud.com>
Tested-on-hardware-by: David Volovskiy <devolov@gmail.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/423

1  2 
movement/make/Makefile
movement/movement_faces.h

index a23bfad755f95ac743911d8b3cc00c1ee0bf2e8a,2e623e6b07f156c379471a9f7ad710006f8a51d7..53adba935c20c9cb85962c8750096b57cb301cc9
@@@ -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.
index 26e25a491e852ad87f0f93fc0fb4c96046490a36,23c5c354a85530976ad9dd565936287751470887..52eacf537f75fad01a4b18ea4e5e83383a9d4e5f
  #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_