summaryrefslogtreecommitdiffstats
path: root/movement
Commit message (Expand)AuthorAgeFilesLines
* sunrise/sunset: deal with timezones, other improvementsJoey Castillo2022-01-312-29/+78
* sunrise/sunset: always set the sign bitJoey Castillo2022-01-311-1/+1
* watch face script: autopopulate yearJoey Castillo2022-01-261-3/+2
* minor typo fixDavid Keck2022-01-261-1/+1
* added missing newlines to template filesDavid Keck2022-01-262-0/+2
* Added license info to scriptDavid Keck2022-01-261-0/+22
* Added rough draft of watch_face script to generate custom watch faces from te...David Keck2022-01-262-1/+76
* movement: add documentation mentioned in #42Joey Castillo2022-01-251-0/+4
* movement: add blinky faceJoey Castillo2022-01-254-0/+158
* movement: remove blinky faceJoey Castillo2022-01-254-158/+0
* movement: add template for watch face generatorJoey Castillo2022-01-254-0/+139
* movement: move watch face includes to a separate fileJoey Castillo2022-01-252-19/+49
* movement: slight reorganizationJoey Castillo2022-01-2525-14/+14
* movement: add two faces to default buildJoey Castillo2022-01-251-0/+2
* movement: move beat time to clock folderJoey Castillo2022-01-253-1/+1
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-2527-173/+198
* movement: add blinky faceJoey Castillo2022-01-234-0/+158
* movement: didn't mean to add sunrise/sunset by defaultJoey Castillo2022-01-211-1/+0
* movement: simple UI for entering wearer locationJoey Castillo2022-01-212-15/+192
* movement: add time zone conversion in sunrise/sunset faceJoey Castillo2022-01-212-5/+9
* movement: long press on MODE always dismisses the active faceJoey Castillo2022-01-193-2/+7
* Merge pull request #38 from davidskeck/patch-2joeycastillo2022-01-191-1/+1
|\
| * 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