summaryrefslogtreecommitdiffstats
path: root/movement
Commit message (Expand)AuthorAgeFilesLines
...
| * add counter face to movement buildJoey Castillo2022-04-202-0/+2
| * Add break statement for EVENT_TICK in watch_face template (#64)Spencer Bywater2022-04-201-0/+1
| * Merge branch 'mars-clock'Joey Castillo2022-04-204-0/+225
| |\
| | * mars clock: formattingJoey Castillo2022-04-061-2/+2
| | * mars clock: use S without cross-stroke for clarityJoey Castillo2022-04-061-1/+1
| | * Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clockJoey Castillo2022-04-062-3/+3
| | |\
| | * \ Merge branch 'main' into mars-clockJoey Castillo2022-04-061-1/+1
| | |\ \
| | * \ \ Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clockJoey Castillo2022-04-0629-17/+5097
| | |\ \ \
| | * | | | mars clock: add support for solsJoey Castillo2022-03-052-14/+39
| | * | | | mars clock: adding additional sitesJoey Castillo2022-03-042-6/+43
| | * | | | movement: first pass at mars clockJoey Castillo2022-03-044-0/+162
| * | | | | rewrite lis2dh logger for lis2dwJoey Castillo2022-04-104-60/+61
| * | | | | remove old lis2dh driverJoey Castillo2022-04-102-2/+0
| * | | | | world clock: fix glitch when exiting settings modeJoey Castillo2022-04-101-6/+7
| * | | | | static analysis: make __write static to avoid confusionJoey Castillo2022-04-102-7/+6
| * | | | | static analysis: use parentheses around binary operatorsJoey Castillo2022-04-102-4/+4
| | |_|_|/ | |/| | |
| * | | | character map tweaks: add some ligatures and symbolsJoey Castillo2022-04-062-3/+3
| | |_|/ | |/| |
| * | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-04-065-9/+257
| |\ \ \ | | | |/ | | |/|
| | * | Add tomato face: a pomodoro style timer (#61)Wesley Ellis2022-04-065-9/+257
| * | | moon phase: light LED on press like other facesJoey Castillo2022-04-031-1/+1
| |/ /
| * | time set: fix PM not appearing at noon in 12h modeJoey Castillo2022-04-021-2/+2
| * | movement: final list of watch faces for stock firmwareJoey Castillo2022-04-021-2/+4
| * | thermistor readout: fix change in units when waking from sleepJoey Castillo2022-04-021-1/+1
| * | movement: add thermistor testing watch faceJoey Castillo2022-04-024-0/+133
| * | append counter_face to complication directory. (#58)Shogo Okamoto2022-03-202-0/+141
| * | Movement: Astronomy and Orrery watch faces (#55)joeycastillo2022-03-0418-3/+4558
| |/
| * battery monitor: hide signal indicator in sleepJoey Castillo2022-03-031-0/+1
| * movement: fix hang when using voltage face with temperature logJoey Castillo2022-03-031-6/+4
* | documentation fixJoey Castillo2022-02-201-3/+3
* | 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-185-2/+404
* | add additional watch face types to generatorJoey Castillo2022-02-181-2/+2
|/
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-177-105/+3
* movement: add moon phase complicationJoey Castillo2022-02-144-0/+234
* world clock: store settings in backup register if possibleJoey Castillo2022-02-132-26/+34
* movement: start time zone list at UTCJoey Castillo2022-02-132-43/+42
* movement: add mechanism for watch faces to use backup registersJoey Castillo2022-02-132-0/+11
* movement: prevent invalid tick frequency from breaking scheduled tasksJoey Castillo2022-02-122-4/+7
* 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