summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/demo
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing documentation for many clock faces:Alex Utter2023-11-277-3/+62
| | | | | * Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
* show temperature and battery voltage in low energy modejoeycastillo2023-08-251-2/+11
|
* Activity face + Chirpy TX (#187)gugray2023-03-112-0/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* restore old light button behaviorJeremy O'Brien2023-01-271-1/+1
| | | | | watch faces that handle EVENT_LIGHT_BUTTON_UP but not EVENT_LIGHT_BUTTON_DOWN probably don't want the default EVENT_LIGHT_BUTTON_DOWN LED activation behavior
* add default loop handler to all current watch facesJeremy O'Brien2023-01-256-39/+7
|
* implement stubs to make simulator build happyJoey Castillo2022-10-091-0/+26
|
* add watch face for frequency correction and measurementJoey Castillo2022-10-092-0/+190
|
* rewrite lis2dh logger for lis2dwJoey Castillo2022-04-102-60/+59
|
* battery monitor: hide signal indicator in sleepJoey Castillo2022-03-031-0/+1
|
* movement: fix hang when using voltage face with temperature logJoey Castillo2022-03-031-6/+4
|
* movement: slight reorganizationJoey Castillo2022-01-2510-0/+877