diff options
author | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-03-05 00:49:57 -0300 |
---|---|---|
committer | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-03-08 06:54:22 -0300 |
commit | 4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550 (patch) | |
tree | e793223257246f4c52b6d9735dbab97c9a22c530 /movement/movement_config.h | |
parent | 7208df1dfb560a29962e7054e497dcb89c64ea5a (diff) | |
parent | 4a66035f77a116f1b360110fe1f3f413f9af741e (diff) | |
download | Sensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.tar.gz Sensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.tar.bz2 Sensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.zip |
Merge branch 'advanced-clock+24h' into advanced
Completely refactors the simple clock face
and lays the foundations for new features.
Also adds a compile time 24 hour mode only feature.
Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/373
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 10a30af7..72203ebd 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,7 +28,7 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { - simple_clock_face, + clock_face, world_clock_face, sunrise_sunset_face, moon_phase_face, |