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

@@ -134,6 +134,7 @@ SRCS += \
../watch_faces/complication/periodic_face.c \
../watch_faces/complication/deadline_face.c
../watch_faces/complication/higher_lower_game_face.c \
../watch_faces/clock/french_revolutionary_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.