Merge PR #269 - add french revolutionary time face

Adds a french revolutionary time watch face which displays the time
divided into ten hours of one hundred minutes each which are in turn
divided into one hundred seconds each.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Reviewed-by: Wesley Aptekar-Cassels <me@wesleyac.com>
Reviewed-by: Alex Maestas <git@se30.xyz>
Tested-on-hardware-by: CarpeNoctem <cryptomax@pm.me>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/269
This commit is contained in:
Matheus Afonso Martins Moreira
2024-09-07 19:37:43 -03:00
4 changed files with 331 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
#include "periodic_face.h"
#include "deadline_face.h"
#include "higher_lower_game_face.h"
#include "french_revolutionary_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_