| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 28 | -0/+672 |
|/ / |
|
* / | new simulated screens | Joey Castillo | 2022-01-06 | 1 | -8/+34 |
|/ |
|
* | rearrange hello face, documentation reasons | Joey Castillo | 2021-12-22 | 1 | -6/+6 |
* | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 1 | -1/+33 |
* | add 'hello there' face, demo for documentation | Joey Castillo | 2021-12-21 | 2 | -0/+80 |
* | movement: add hourly signal to simple clock face | Joey Castillo | 2021-12-21 | 2 | -10/+53 |
* | Movement: give watch faces their index at setup time | Joey Castillo | 2021-12-20 | 30 | -30/+45 |
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 8 | -17/+17 |
* | add demo watch face | Joey Castillo | 2021-12-10 | 2 | -0/+110 |
* | ensure accelerometer test face always stays active | Joey Castillo | 2021-12-05 | 1 | -1/+5 |
* | more accelerometer tests: track interrupts on each axis, log on the quarter hour | Joey Castillo | 2021-12-05 | 2 | -53/+96 |
* | movement: allow watch faces to request zero ticks | Joey Castillo | 2021-12-03 | 1 | -2/+2 |
* | movement: fix off-by-one error in accelerometer test face | Joey Castillo | 2021-12-01 | 1 | -0/+1 |
* | movement: add experimental accelerometer data logging face | Joey Castillo | 2021-12-01 | 2 | -0/+184 |
* | movement: help beats face update the screen less often | Joey Castillo | 2021-12-01 | 2 | -2/+22 |
* | movement: remove floating point math from beats face | Joey Castillo | 2021-12-01 | 2 | -15/+15 |
* | movement: after profiling, temp and battery can ignore timeout | Joey Castillo | 2021-12-01 | 2 | -4/+4 |
* | movement: remove TODO item (we profiled it, it's fine) | Joey Castillo | 2021-12-01 | 1 | -1/+0 |
* | movement: more granular button and LED timing via fast tick | Joey Castillo | 2021-11-29 | 1 | -5/+1 |
* | movemment: tweak capitalization of some settings | Joey Castillo | 2021-11-28 | 1 | -2/+2 |
* | movement: preferences should show 'blu' for watches with blue LED | Joey Castillo | 2021-11-27 | 1 | -0/+4 |
* | movement: add world clock face | Joey Castillo | 2021-11-26 | 2 | -0/+221 |
* | movement: have beats and TOTP face use new time zone setting | Joey Castillo | 2021-11-25 | 2 | -7/+4 |
* | movement: store settings in BKUP to persist across resets | Joey Castillo | 2021-11-25 | 2 | -0/+2 |
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 1 | -3/+17 |
* | movement: TOTP face, pad code with leading zeroes | Joey Castillo | 2021-11-24 | 1 | -1/+1 |
* | movement: make TOTP face go home on timeout | Joey Castillo | 2021-11-24 | 1 | -1/+1 |
* | optimize totp face and add countdown | Wesley Ellis | 2021-11-23 | 2 | -84/+35 |
* | Add initial TOTP watch face impl | Wesley Ellis | 2021-11-22 | 2 | -0/+156 |
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-11-22 | 8 | -1/+397 |
|\ |
|
| * | Add stopwatch face to movement | Wesley Ellis | 2021-11-10 | 2 | -0/+102 |
| * | movement: day one watch face, counts days from birth | Joey Castillo | 2021-11-08 | 2 | -0/+208 |
| * | beat time: add low energy tick animation | Joey Castillo | 2021-11-07 | 1 | -0/+2 |
| * | movement: refactor timeout to tick first, then notify | Joey Castillo | 2021-11-07 | 1 | -1/+0 |
| * | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 2 | -0/+85 |
* | | move thermistor calculation to watch utilities | Joey Castillo | 2021-11-22 | 2 | -66/+30 |
|/ |
|
* | don't destroy our temperature log when waking from sleep | Joey Castillo | 2021-10-25 | 1 | -2/+4 |
* | movement temperature face: only enable thermistor when reading data | Joey Castillo | 2021-10-23 | 1 | -2/+2 |
* | movement: first crack at background tasks API | Joey Castillo | 2021-10-23 | 2 | -7/+13 |
* | Merge pull request #19 from tahnok/beats_watch_face | joeycastillo | 2021-10-23 | 2 | -0/+95 |
|\ |
|
| * | Port beats to movement framework | Wesley Ellis | 2021-10-23 | 2 | -0/+95 |
* | | WIP: thermistor data logger | Joey Castillo | 2021-10-23 | 2 | -0/+143 |
* | | fix name of ifdef in thermistor readout face | Joey Castillo | 2021-10-23 | 1 | -3/+3 |
* | | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 1 | -12/+3 |
|/ |
|
* | movement: add character set demo | Joey Castillo | 2021-10-21 | 2 | -0/+70 |
* | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 4 | -0/+181 |
* | movement: fix preferences glitch, add some notes | Joey Castillo | 2021-10-20 | 1 | -74/+79 |
* | movement: add tick animation in sleep mode | Joey Castillo | 2021-10-19 | 1 | -3/+5 |
* | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 3 | -11/+52 |
* | pulsometer: rearrange switch for clarity | Joey Castillo | 2021-10-18 | 1 | -17/+17 |