diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-01-23 11:27:15 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-02-01 15:17:55 -0600 |
commit | 61c3b0cac7cdef9ba40d21657bea97685c04d106 (patch) | |
tree | 9a77af30e708bdd877163a280a8115165c53716b /movement/movement_config.h | |
parent | 8014d5c8c541c0e776e55ce413403fd5c490ce38 (diff) | |
download | Sensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.tar.gz Sensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.tar.bz2 Sensor-Watch-61c3b0cac7cdef9ba40d21657bea97685c04d106.zip |
WIP phototransistor stuff
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 9e446d4d..8ee5d550 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,6 +28,7 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { + phototransistor_readout_face, simple_clock_face, world_clock_face, sunrise_sunset_face, |