]> git.earman.xyz Git - sensor-watch.git/commit
Add Tachymeter face (#165)
authorRaymundo Cassani <raymundo.cassani@gmail.com>
Tue, 10 Jan 2023 21:43:04 +0000 (16:43 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 21:43:04 +0000 (16:43 -0500)
commitfee6145e4d79a0d67d7e390692152bfdf94676a3
tree13bdef350168d6699741f8abcfab3a8c3d8d4773
parent18de75be5a1391c00b772a669b3583b8567fa194
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>
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/tachymeter_face.c [new file with mode: 0644]
movement/watch_faces/complication/tachymeter_face.h [new file with mode: 0644]