summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
Commit message (Expand)AuthorAgeFilesLines
* movement: add experimental accelerometer data logging faceJoey Castillo2021-12-012-0/+184
* movement: help beats face update the screen less oftenJoey Castillo2021-12-012-2/+22
* movement: remove floating point math from beats faceJoey Castillo2021-12-012-15/+15
* movement: after profiling, temp and battery can ignore timeoutJoey Castillo2021-12-012-4/+4
* movement: remove TODO item (we profiled it, it's fine)Joey Castillo2021-12-011-1/+0
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-291-5/+1
* movemment: tweak capitalization of some settingsJoey Castillo2021-11-281-2/+2
* movement: preferences should show 'blu' for watches with blue LEDJoey Castillo2021-11-271-0/+4
* movement: add world clock faceJoey Castillo2021-11-262-0/+221
* movement: have beats and TOTP face use new time zone settingJoey Castillo2021-11-252-7/+4
* movement: store settings in BKUP to persist across resetsJoey Castillo2021-11-252-0/+2
* movement: implement time zone settingJoey Castillo2021-11-251-3/+17
* movement: TOTP face, pad code with leading zeroesJoey Castillo2021-11-241-1/+1
* movement: make TOTP face go home on timeoutJoey Castillo2021-11-241-1/+1
* optimize totp face and add countdownWesley Ellis2021-11-232-84/+35
* Add initial TOTP watch face implWesley Ellis2021-11-222-0/+156
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2021-11-228-1/+397
|\
| * Add stopwatch face to movementWesley Ellis2021-11-102-0/+102
| * movement: day one watch face, counts days from birthJoey Castillo2021-11-082-0/+208
| * beat time: add low energy tick animationJoey Castillo2021-11-071-0/+2
| * movement: refactor timeout to tick first, then notifyJoey Castillo2021-11-071-1/+0
| * movement: add voltage monitor watch faceJoey Castillo2021-11-062-0/+85
* | move thermistor calculation to watch utilitiesJoey Castillo2021-11-222-66/+30
|/
* don't destroy our temperature log when waking from sleepJoey Castillo2021-10-251-2/+4
* movement temperature face: only enable thermistor when reading dataJoey Castillo2021-10-231-2/+2
* movement: first crack at background tasks APIJoey Castillo2021-10-232-7/+13
* Merge pull request #19 from tahnok/beats_watch_facejoeycastillo2021-10-232-0/+95
|\
| * Port beats to movement frameworkWesley Ellis2021-10-232-0/+95
* | WIP: thermistor data loggerJoey Castillo2021-10-232-0/+143
* | fix name of ifdef in thermistor readout faceJoey Castillo2021-10-231-3/+3
* | move weekday lookup to new utilities fileJoey Castillo2021-10-231-12/+3
|/
* movement: add character set demoJoey Castillo2021-10-212-0/+70
* movement: add thermistor readout faceJoey Castillo2021-10-214-0/+181
* movement: fix preferences glitch, add some notesJoey Castillo2021-10-201-74/+79
* movement: add tick animation in sleep modeJoey Castillo2021-10-191-3/+5
* movement settings: add timeout and LED durationJoey Castillo2021-10-193-11/+52
* pulsometer: rearrange switch for clarityJoey Castillo2021-10-181-17/+17
* add timeout event to give faces a chance to resignJoey Castillo2021-10-184-3/+10
* pulsometer: make type more c-likeJoey Castillo2021-10-182-4/+4
* pulsometer: reset tick in resign functionJoey Castillo2021-10-181-0/+1
* fix misspelling of pulsometerJoey Castillo2021-10-163-31/+31
* automatically determine number of watch facesJoey Castillo2021-10-164-29/+29
* early work on background tasks, documentationJoey Castillo2021-10-165-4/+8
* screensaver mode is now low energy modeJoey Castillo2021-10-162-6/+6
* rename types to be more c-likeJoey Castillo2021-10-168-32/+32
* widgets are now watch facesJoey Castillo2021-10-168-0/+488