summaryrefslogtreecommitdiffstats
path: root/movement
Commit message (Collapse)AuthorAgeFilesLines
* add demo watch faceJoey Castillo2021-12-104-0/+112
|
* ensure accelerometer test face always stays activeJoey Castillo2021-12-051-1/+5
|
* more accelerometer tests: track interrupts on each axis, log on the quarter hourJoey Castillo2021-12-052-53/+96
|
* movement: remove testing watch face from configJoey Castillo2021-12-031-1/+0
|
* movement: allow watch faces to request zero ticksJoey Castillo2021-12-033-3/+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-022-2/+10
|
* movement: fix off-by-one error in accelerometer test faceJoey Castillo2021-12-011-0/+1
|
* movement: add experimental accelerometer data logging faceJoey Castillo2021-12-014-0/+186
|
* 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: fix yesterday's bug that was keeping us awakeJoey Castillo2021-11-301-1/+1
|
* movement: add alarm and signal functionsJoey Castillo2021-11-292-4/+46
|
* movement bugfix: prevent repeated timeout events from stalling watch faceJoey Castillo2021-11-291-0/+1
|
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-294-33/+64
|
* movement: these durations don't need to be 32-bit intsJoey Castillo2021-11-281-1/+1
|
* movemment: tweak capitalization of some settingsJoey Castillo2021-11-281-2/+2
|
* background tasks have been implementedJoey Castillo2021-11-271-1/+0
|
* movement: preferences should show 'blu' for watches with blue LEDJoey Castillo2021-11-271-0/+4
|
* movement: add world clock faceJoey Castillo2021-11-266-0/+228
|
* 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-254-5/+9
|
* movement: implement time zone settingJoey Castillo2021-11-253-4/+65
|
* 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
|
* add header guards, move declarations to source fileJoey Castillo2021-11-243-15/+25
|
* Properly vendor TOTP-MCU temporarilyWesley Ellis2021-11-238-0/+374
|
* optimize totp face and add countdownWesley Ellis2021-11-232-84/+35
|
* Add initial TOTP watch face implWesley Ellis2021-11-225-0/+161
| | | | | | | Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2021-11-2212-19/+475
|\
| * Add stopwatch face to movementWesley Ellis2021-11-104-0/+104
| | | | | | | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours
| * movement: day one watch face, counts days from birthJoey Castillo2021-11-084-0/+210
| |
| * movement: preferences refactor, two new typesJoey Castillo2021-11-081-11/+61
| |
| * bugfix: activate current watch face when waking from sleepJoey Castillo2021-11-081-1/+1
| |
| * beat time: add low energy tick animationJoey Castillo2021-11-071-0/+2
| |
| * movement: refactor timeout to tick first, then notifyJoey Castillo2021-11-072-7/+10
| |
| * movement: add voltage monitor watch faceJoey Castillo2021-11-064-0/+87
| |
* | 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-234-13/+41
|
* Merge pull request #19 from tahnok/beats_watch_facejoeycastillo2021-10-234-0/+97
|\ | | | | Port beats to movement framework
| * Port beats to movement frameworkWesley Ellis2021-10-234-0/+97
| |
* | WIP: thermistor data loggerJoey Castillo2021-10-234-0/+145
| |
* | 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-214-0/+73
|
* movement: add thermistor readout faceJoey Castillo2021-10-217-2/+193
|