diff options
author | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-03-16 19:58:55 -0300 |
---|---|---|
committer | Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> | 2024-03-16 20:04:08 -0300 |
commit | 955ac94de3afcad4e79bcf16e8fecd512a3dddca (patch) | |
tree | 8a71fde66f77fd06fbeb792e11993eecdd61e5f3 /movement/movement_config.h | |
parent | 8bf652f213a0bb157400f67241e9cc421a183ada (diff) | |
download | Sensor-Watch-955ac94de3afcad4e79bcf16e8fecd512a3dddca.tar.gz Sensor-Watch-955ac94de3afcad4e79bcf16e8fecd512a3dddca.tar.bz2 Sensor-Watch-955ac94de3afcad4e79bcf16e8fecd512a3dddca.zip |
faces: restore simple_clock_face
Restore the original simple clock face as requested.
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 72203ebd..10a30af7 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[] = { - clock_face, + simple_clock_face, world_clock_face, sunrise_sunset_face, moon_phase_face, |