summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
Commit message (Expand)AuthorAgeFilesLines
* documentation fixJoey Castillo2022-02-201-1/+1
* respect countdown length when repeatingJoey Castillo2022-02-191-1/+1
* repeating mode, disable readings when fullJoey Castillo2022-02-191-15/+37
* working data acquisition face!Joey Castillo2022-02-192-98/+157
* connect training data face to accelerometerJoey Castillo2022-02-192-17/+104
* documentation and suchJoey Castillo2022-02-192-14/+14
* lis2dw: reasonable defaults when initializingJoey Castillo2022-02-191-2/+10
* stuff parameters into the bits we're not usingJoey Castillo2022-02-192-4/+18
* movement: WIP app for capturing accelerometer dataJoey Castillo2022-02-182-0/+401
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-176-101/+0
* movement: add moon phase complicationJoey Castillo2022-02-142-0/+232
* 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