diff options
author | mrbrown8 <mrbrown8@juno.com> | 2023-07-29 06:10:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 08:10:28 -0400 |
commit | 15eeca6b599cd007de6aedf96628e3f169eacdc2 (patch) | |
tree | b290407fe74a73ab85edf6aee2b0692abdd44ccd /movement/movement_faces.h | |
parent | 07f150fbec30a6da4ada1ceb9dc2afdb9b68c6ea (diff) | |
download | Sensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.tar.gz Sensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.tar.bz2 Sensor-Watch-15eeca6b599cd007de6aedf96628e3f169eacdc2.zip |
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
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index 9b83f141..ff34c063 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -93,6 +93,7 @@ #include "dual_timer_face.h" #include "simple_clock_bin_led_face.h" #include "flashlight_face.h" +#include "decimal_time_face.h" #include "wyoscan_face.h" // New includes go above this line. |