]> git.earman.xyz Git - sensor-watch.git/commit
widgets are now watch faces
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 16 Oct 2021 17:14:52 +0000 (13:14 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 16 Oct 2021 17:14:52 +0000 (13:14 -0400)
commitd5ac4cb71b4e328a27e26843cfdc6719b152ac7d
tree5e6d916c6848c912ae8cbc4d2ff799728103d6a7
parente8461984d60a80841a5f4b219358cc20567114f8
widgets are now watch faces
20 files changed:
movement/make/Makefile
movement/movement.c
movement/movement.h
movement/movement_config.h
movement/watch_faces/clock/simple_clock_face.c [new file with mode: 0644]
movement/watch_faces/clock/simple_clock_face.h [new file with mode: 0644]
movement/watch_faces/complications/pulseometer_face.c [new file with mode: 0644]
movement/watch_faces/complications/pulseometer_face.h [new file with mode: 0644]
movement/watch_faces/settings/preferences_face.c [new file with mode: 0644]
movement/watch_faces/settings/preferences_face.h [new file with mode: 0644]
movement/watch_faces/settings/set_time_face.c [new file with mode: 0644]
movement/watch_faces/settings/set_time_face.h [new file with mode: 0644]
movement/widgets/clock/simple_clock_widget.c [deleted file]
movement/widgets/clock/simple_clock_widget.h [deleted file]
movement/widgets/complications/pulseometer_widget.c [deleted file]
movement/widgets/complications/pulseometer_widget.h [deleted file]
movement/widgets/settings/preferences_widget.c [deleted file]
movement/widgets/settings/preferences_widget.h [deleted file]
movement/widgets/settings/set_time_widget.c [deleted file]
movement/widgets/settings/set_time_widget.h [deleted file]