summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
Commit message (Expand)AuthorAgeFilesLines
* movement: add mechanism for watch faces to use backup registersJoey Castillo2022-02-131-0/+5
* movement: prevent invalid tick frequency from breaking scheduled tasksJoey Castillo2022-02-121-2/+0
* movement: long press on MODE always dismisses the active faceJoey Castillo2022-01-191-1/+1
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-151-0/+4
|\
| * Add movement_cancel_background_taskWesley Ellis2022-01-011-0/+4
* | add MIT license text to movement filesJoey Castillo2022-01-151-0/+24
|/
* add documentation for watch face indexJoey Castillo2021-12-211-0/+3
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-201-1/+1
* Movement: allow scheduling precisely timed background tasks (resolves #28)Joey Castillo2021-12-201-0/+9
* fix missing prototype warningsJoey Castillo2021-12-101-4/+4
* movement: update comment; we store this data nowJoey Castillo2021-12-021-2/+2
* movement: add option to always snap back to first watch faceJoey Castillo2021-12-021-1/+2
* movement: add alarm and signal functionsJoey Castillo2021-11-291-1/+8
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-291-2/+3
* background tasks have been implementedJoey Castillo2021-11-271-1/+0
* movement: add world clock faceJoey Castillo2021-11-261-0/+2
* movement: store settings in BKUP to persist across resetsJoey Castillo2021-11-251-4/+4
* movement: implement time zone settingJoey Castillo2021-11-251-1/+3
* movement: preferences refactor, two new typesJoey Castillo2021-11-081-11/+61
* movement: first crack at background tasks APIJoey Castillo2021-10-231-0/+3
* movement: add thermistor readout faceJoey Castillo2021-10-211-2/+8
* movement settings: add timeout and LED durationJoey Castillo2021-10-191-4/+4
* add timeout event to give faces a chance to resignJoey Castillo2021-10-181-1/+6
* early work on background tasks, documentationJoey Castillo2021-10-161-1/+92
* remove unimplemented settings for nowJoey Castillo2021-10-161-5/+1
* screensaver mode is now low energy modeJoey Castillo2021-10-161-4/+4
* clarify property namesJoey Castillo2021-10-161-2/+2
* rename types to be more c-likeJoey Castillo2021-10-161-10/+10
* widgets are now watch facesJoey Castillo2021-10-161-17/+17
* launcher is now movementJoey Castillo2021-10-161-0/+89