]> git.earman.xyz Git - sensor-watch.git/commit
Decimal time face (#260)
authormrbrown8 <mrbrown8@juno.com>
Sat, 29 Jul 2023 12:10:28 +0000 (06:10 -0600)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 12:10:28 +0000 (08:10 -0400)
commit15eeca6b599cd007de6aedf96628e3f169eacdc2
treeb290407fe74a73ab85edf6aee2b0692abdd44ccd
parent07f150fbec30a6da4ada1ceb9dc2afdb9b68c6ea
Decimal time face (#260)

* Update movement_faces.h

adding decimal_time_face.h to build

* Decimal Time, a new clock face

This face presents the current time as hours and hundredths of an hour.

* add decimal time to Makefile
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/clock/decimal_time_face.c [new file with mode: 0644]
movement/watch_faces/clock/decimal_time_face.h [new file with mode: 0644]