summaryrefslogtreecommitdiffstats
path: root/movement
Commit message (Expand)AuthorAgeFilesLines
...
| * Simple Clock: Update to signal exactly on the hourDavid Keck2022-01-191-1/+1
* | Reset selection to 0 on resign from setting stateDavid Keck2022-01-191-0/+1
|/
* movement: reset tick to 1 Hz between watch faces (fixes #36)Joey Castillo2022-01-1912-17/+8
* Changed reset mode to setting instead of waitingDavid Keck2022-01-181-1/+1
* Added ability to reset to default timer valueDavid Keck2022-01-181-1/+8
* movement: sunrise/sunset face documentationJoey Castillo2022-01-161-2/+2
* sunrise/sunset face: no need to update this every secondJoey Castillo2022-01-151-1/+1
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-156-0/+304
|\
| * Merge pull request #29 from tahnok/countdownjoeycastillo2022-01-156-0/+304
| |\
| | * Add Countdown FaceWesley Ellis2022-01-154-0/+288
| | * Add movement_cancel_background_taskWesley Ellis2022-01-012-0/+16
* | | movement: add sunrise/sunset faceJoey Castillo2022-01-156-0/+625
* | | add MIT license text to movement filesJoey Castillo2022-01-1531-0/+744
|/ /
* / new simulated screensJoey Castillo2022-01-061-8/+34
|/
* rearrange hello face, documentation reasonsJoey Castillo2021-12-221-6/+6
* add comments to 'hello there' faceJoey Castillo2021-12-212-2/+33
* add 'hello there' face, demo for documentationJoey Castillo2021-12-214-0/+83
* movement: add hourly signal to simple clock faceJoey Castillo2021-12-212-10/+53
* add documentation for watch face indexJoey Castillo2021-12-211-0/+3
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-2033-34/+49
* Movement: allow scheduling precisely timed background tasks (resolves #28)Joey Castillo2021-12-202-0/+45
* fix missing prototype warningsJoey Castillo2021-12-1011-53/+53
* 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