]> git.earman.xyz Git - sensor-watch.git/commit
Activity face + Chirpy TX (#187)
authorgugray <gugray@users.noreply.github.com>
Sat, 11 Mar 2023 21:27:18 +0000 (22:27 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 21:27:18 +0000 (16:27 -0500)
commit9af51de624e0ce6f2976b57cf2e40660c3163cb5
treedd5723ac727115917c91ac17f18ca729dead8175
parent2d46a9bf9e9952b691b7ef57640038655b4e2bba
Activity face + Chirpy TX (#187)

* chirpy demo face; activity face stub

* activity face WIP: can log, pause and clear

* activity face and chirpy demo: ready to flash to watch

* activity face tweaks

* hour display for hours < 10

* fix: added rogue paused seconds when stopping activity

* LE mode; lower power with 1Hz tick

* fix: midnight is 12

* Documentation in code comments

* fixes from code review by @neutralinsomniac

* chirpy_demo_face option to chirp out nanosec.ini + auto-format

* UI tweaks

* remove erroneously added file (content revoked)

* UI tweaks: return from LE mode; time display vs LAP

* add default loop handler (will enable long-mode-to-first-face)

* reset watch faces to match main branch
12 files changed:
movement/lib/chirpy_tx/chirpy_tx.c [new file with mode: 0644]
movement/lib/chirpy_tx/chirpy_tx.h [new file with mode: 0644]
movement/lib/chirpy_tx/test/test_main.c [new file with mode: 0644]
movement/lib/chirpy_tx/test/unity.c [new file with mode: 0644]
movement/lib/chirpy_tx/test/unity.h [new file with mode: 0644]
movement/lib/chirpy_tx/test/unity_internals.h [new file with mode: 0644]
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/activity_face.c [new file with mode: 0644]
movement/watch_faces/complication/activity_face.h [new file with mode: 0644]
movement/watch_faces/demo/chirpy_demo_face.c [new file with mode: 0644]
movement/watch_faces/demo/chirpy_demo_face.h [new file with mode: 0644]