summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
Commit message (Collapse)AuthorAgeFilesLines
...
| * | time set: fix PM not appearing at noon in 12h modeJoey Castillo2022-04-021-2/+2
| | |
| * | thermistor readout: fix change in units when waking from sleepJoey Castillo2022-04-021-1/+1
| | |
| * | movement: add thermistor testing watch faceJoey Castillo2022-04-022-0/+131
| | |
| * | append counter_face to complication directory. (#58)Shogo Okamoto2022-03-202-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * append counter_face to complication directory. * Remove invalid configurations for faces * remove faces from main firmware. Co-authored-by: Shogo Okamoto <shogo.okamoto@gmail.com> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
| * | Movement: Astronomy and Orrery watch faces (#55)joeycastillo2022-03-044-0/+639
| |/
| * 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-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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths
* 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 hour
| * Simple Clock: Update to signal exactly on the hourDavid Keck2022-01-191-1/+1
| | | | | | I was getting the buzzer at 59 minutes past the hour, not exactly on the hour. This changes to buzzing at exactly HOUR:00:00. Tested this locally.
* | Reset selection to 0 on resign from setting stateDavid Keck2022-01-191-0/+1
|/ | | I believe this also needs to be set back to 0 so the setting screen will resume at minutes, not potentially at settings on next run.
* 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
| | | After thinking about this, I think it is more intuitive that this would only apply when in setting mode.
* Added ability to reset to default timer valueDavid Keck2022-01-181-1/+8
| | | Added option to reset to the default timer value when in waiting mode and on long press of alarm. This was useful to me as I sometimes accidentally increase the timer value and then would need to loop around to get back to the default value.
* 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
| |\ | | | | | | Countdown
| | * Add Countdown FaceWesley Ellis2022-01-152-0/+286
| | | | | | | | | | | | | | | | | | | | | | | | A simple countdown face using movement_schedule_background_task so that it rings, even if the another face is active Limited to 99 minutes and 59 seconds so that the watch isn't staying out of deep sleep for too long
* | | movement: add sunrise/sunset faceJoey Castillo2022-01-152-0/+200
| | |