summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
Commit message (Expand)AuthorAgeFilesLines
* world clock: store settings in backup register if possibleJoey Castillo2022-02-132-26/+34
* movement: start time zone list at UTCJoey Castillo2022-02-131-1/+1
* simulator: add geolocation supportJoey Castillo2022-02-091-0/+21
* movement: make stopwatch work off-screen + in low energy modeJoey Castillo2022-02-062-28/+116
* movement: add low battery warning to simple clockJoey Castillo2022-02-052-0/+16
* sunrise/sunset: align date at extreme latitudesJoey Castillo2022-02-051-1/+1
* sunrise/sunset: update display after sunrise/sunsetJoey Castillo2022-02-052-1/+24
* sunrise/sunset: improve timeout behaviorJoey Castillo2022-02-051-2/+8
* sunrise/sunset: remove test locationsJoey Castillo2022-02-051-16/+0
* sunrise/sunset: deal with timezones, other improvementsJoey Castillo2022-01-312-29/+78
* sunrise/sunset: always set the sign bitJoey Castillo2022-01-311-1/+1
* movement: add blinky faceJoey Castillo2022-01-252-0/+156
* movement: remove blinky faceJoey Castillo2022-01-252-156/+0
* movement: slight reorganizationJoey Castillo2022-01-2524-0/+0
* movement: move beat time to clock folderJoey Castillo2022-01-252-0/+0
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-2523-153/+153
* movement: add blinky faceJoey Castillo2022-01-232-0/+156
* movement: simple UI for entering wearer locationJoey Castillo2022-01-212-15/+192
* movement: add time zone conversion in sunrise/sunset faceJoey Castillo2022-01-211-5/+8
* 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-1910-13/+4
* 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-152-0/+286
|\
| * Merge pull request #29 from tahnok/countdownjoeycastillo2022-01-152-0/+286
| |\
| | * Add Countdown FaceWesley Ellis2022-01-152-0/+286
* | | movement: add sunrise/sunset faceJoey Castillo2022-01-152-0/+200
* | | add MIT license text to movement filesJoey Castillo2022-01-1528-0/+672
|/ /
* / 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-211-1/+33
* add 'hello there' face, demo for documentationJoey Castillo2021-12-212-0/+80
* movement: add hourly signal to simple clock faceJoey Castillo2021-12-212-10/+53
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-2030-30/+45
* fix missing prototype warningsJoey Castillo2021-12-108-17/+17
* add demo watch faceJoey Castillo2021-12-102-0/+110
* 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: allow watch faces to request zero ticksJoey Castillo2021-12-031-2/+2
* movement: fix off-by-one error in accelerometer test faceJoey Castillo2021-12-011-0/+1
* 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