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 <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
This commit is contained in:
Matheus Afonso Martins Moreira
2024-09-07 17:12:24 -03:00
4 changed files with 594 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
#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_