diff options
author | Raymundo Cassani <raymundo.cassani@gmail.com> | 2023-01-10 16:43:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 16:43:04 -0500 |
commit | fee6145e4d79a0d67d7e390692152bfdf94676a3 (patch) | |
tree | 13bdef350168d6699741f8abcfab3a8c3d8d4773 /movement/movement_faces.h | |
parent | 18de75be5a1391c00b772a669b3583b8567fa194 (diff) | |
download | Sensor-Watch-fee6145e4d79a0d67d7e390692152bfdf94676a3.tar.gz Sensor-Watch-fee6145e4d79a0d67d7e390692152bfdf94676a3.tar.bz2 Sensor-Watch-fee6145e4d79a0d67d7e390692152bfdf94676a3.zip |
Add Tachymeter face (#165)
* Create template for tachymeter
* Basic working tachymeter
* Improve UI for running and results
* Allow editing distance
* Alarm long-press to enter and exit editing mode
* Improve light button behaviour
* Set distance digit wise.
* Use 250ms resolution for total time
* Improve comments
* Bugfix: Show distance when running and face becomes active
* Update `%d` to `%lu` in `sprintf` call for `uint32_t`
* Ignore Alarm button (Up and Long-press) when showing results
* Improve GUI when running and face gets activated
* Change speed indicator from `/H` to `/h`
* silence warnings in tachymeter face
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
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 2e6c4c33..7e62f873 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -62,6 +62,7 @@ #include "rpn_calculator_alt_face.h" #include "weeknumber_clock_face.h" #include "stock_stopwatch_face.h" +#include "tachymeter_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |