summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-10-09 22:54:26 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-10-09 22:54:36 -0500
commit48160e8a47ad3c933a4ad06d55d47bc382421822 (patch)
tree9c5cccec2af7709ad26a10fcec8c08d043758bff
parent5bb058f5854c582c95e87ced5c5100f55e3408c7 (diff)
downloadSensor-Watch-48160e8a47ad3c933a4ad06d55d47bc382421822.tar.gz
Sensor-Watch-48160e8a47ad3c933a4ad06d55d47bc382421822.tar.bz2
Sensor-Watch-48160e8a47ad3c933a4ad06d55d47bc382421822.zip
restore default watch faces (oops)
-rw-r--r--movement/movement_config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h
index 75f83f7b..94456776 100644
--- a/movement/movement_config.h
+++ b/movement/movement_config.h
@@ -28,7 +28,13 @@
#include "movement_faces.h"
const watch_face_t watch_faces[] = {
- frequency_correction_face,
+ simple_clock_face,
+ world_clock_face,
+ sunrise_sunset_face,
+ moon_phase_face,
+ thermistor_readout_face,
+ preferences_face,
+ set_time_face,
};
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))