]> git.earman.xyz Git - sensor-watch.git/commit
Movement: give watch faces their index at setup time
authorJoey Castillo <joeycastillo@utexas.edu>
Mon, 20 Dec 2021 23:02:17 +0000 (17:02 -0600)
committerJoey Castillo <joeycastillo@utexas.edu>
Mon, 20 Dec 2021 23:02:17 +0000 (17:02 -0600)
commit60fe9691917f7e40effc72b1b6c929f9ba0ba3ee
treefe3e64a49d0d440f94e3f8ac948c71edf8b2538b
parent03e107b81a63c08443165497d57dc2d756b78094
Movement: give watch faces their index at setup time
33 files changed:
movement/README.md
movement/movement.c
movement/movement.h
movement/watch_faces/clock/simple_clock_face.c
movement/watch_faces/clock/simple_clock_face.h
movement/watch_faces/clock/world_clock_face.c
movement/watch_faces/clock/world_clock_face.h
movement/watch_faces/complications/beats_face.c
movement/watch_faces/complications/beats_face.h
movement/watch_faces/complications/day_one_face.c
movement/watch_faces/complications/day_one_face.h
movement/watch_faces/complications/pulsometer_face.c
movement/watch_faces/complications/pulsometer_face.h
movement/watch_faces/complications/stopwatch_face.c
movement/watch_faces/complications/stopwatch_face.h
movement/watch_faces/complications/totp_face.c
movement/watch_faces/complications/totp_face.h
movement/watch_faces/demos/character_set_face.c
movement/watch_faces/demos/character_set_face.h
movement/watch_faces/demos/demo_face.c
movement/watch_faces/demos/demo_face.h
movement/watch_faces/demos/lis2dh_logging_face.c
movement/watch_faces/demos/lis2dh_logging_face.h
movement/watch_faces/demos/voltage_face.c
movement/watch_faces/demos/voltage_face.h
movement/watch_faces/settings/preferences_face.c
movement/watch_faces/settings/preferences_face.h
movement/watch_faces/settings/set_time_face.c
movement/watch_faces/settings/set_time_face.h
movement/watch_faces/thermistor/thermistor_logging_face.c
movement/watch_faces/thermistor/thermistor_logging_face.h
movement/watch_faces/thermistor/thermistor_readout_face.c
movement/watch_faces/thermistor/thermistor_readout_face.h