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
This commit is contained in:
mrbrown8
2023-07-29 06:10:28 -06:00
committed by GitHub
parent 07f150fbec
commit 15eeca6b59
4 changed files with 254 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ SRCS += \
../watch_faces/complication/geomancy_face.c \
../watch_faces/clock/simple_clock_bin_led_face.c \
../watch_faces/complication/flashlight_face.c \
../watch_faces/clock/decimal_time_face.c \
../watch_faces/clock/wyoscan_face.c \
# New watch faces go above this line.