Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | faces: restore simple_clock_face | Matheus Afonso Martins Moreira | 2024-03-16 | 1 | -1/+1 |
| | | | | Restore the original simple clock face as requested. | ||||
* | Merge branch 'advanced-clock+24h' into advanced | Matheus Afonso Martins Moreira | 2024-03-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Completely refactors the simple clock face and lays the foundations for new features. Also adds a compile time 24 hour mode only feature. Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/373 | ||||
| * | faces: rename simple_clock_face to clock_face | Matheus Afonso Martins Moreira | 2024-02-24 | 1 | -1/+1 |
| | | | | | | | | | | It's not actually so simple and will only gain features from now on. Just "clock face" also feels more canonical. | ||||
* | | Merge branch 'main' into preferences_in_config | madhogs | 2024-02-14 | 1 | -1/+1 |
|\| | |||||
| * | Enable custom signal tones in LE mode. | Wesley Aptekar-Cassels | 2024-01-09 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | This makes movement_play_signal synchronous when in LE mode, despite using the underlying asynchronous API. It's a bit of a hack, but it should work well enough for now. This also moves the enabling/disabling of the buzzer into the movement_play_signal function, so that watch faces no longer have to do it. | ||||
| * | Use legacy buzzer functions when playing default tune. | Wesley Aptekar-Cassels | 2024-01-09 | 1 | -1/+2 |
| | | | | | | | | | | | | This allows the default tune to be played in LE mode. Fixes: #275 | ||||
* | | add compile-time options for all preferences to movement_config | madhogs | 2023-10-02 | 1 | -0/+43 |
|/ | |||||
* | update alternate firmware for new board color | joeycastillo | 2023-09-13 | 1 | -1/+0 |
| | |||||
* | new default firmware | joeycastillo | 2023-08-25 | 1 | -6/+8 |
| | |||||
* | add sensor watch lite | joeycastillo | 2023-08-17 | 1 | -0/+1 |
| | |||||
* | movement: add custom hourly chime tunes (#209) | Jeremy O'Brien | 2023-06-10 | 1 | -0/+4 |
| | | | | | | | * movement: add custom hourly chime tunes * slightly tweak note timings * add kim possible ringtone | ||||
* | return movement_config to standard list of watch faces | joeycastillo | 2023-04-16 | 1 | -2/+0 |
| | |||||
* | Aperture priority light meter face (#230) | Christian Chapman | 2023-04-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit, added opt3001 light meter test app * tested working light meter board, i2c communication still has issues * fixed i2c; rudimentary lightmeter works! * added aperture priority ui * added aperture priority ui * added README * adjusted cal * fixed bugs (HI shutter speed, lux mode toggle) * made it possible to advance to the next face * initialized lux variable * lowered tolerance for HI and LO * Changed EV display from always showing EV100 to showing EV[iso setting] * dont display old ev when ISO changes * changed mode and light behavior * updated readme * fixed indentation * made lightmeter display logic more consistent * made lightmeter display logic more consistent * reverted rules.mk (for merge into upstream) * reverted rules.mk (for merge into upstream) * removed OPT3001 PCB model * made lux mode default, corrected timeout behavior --------- Co-authored-by: Christian Chapman <user@debian> | ||||
* | replace temperature sensor with stopwatch | joeycastillo | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | disable settings hiding by default | joeycastillo | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | Long press of mode on home screen goes to settings | James Haggerty | 2022-10-19 | 1 | -0/+7 |
| | | | | | This also changes the default rotation so you don't see the settings screens. | ||||
* | restore default watch faces (oops) | Joey Castillo | 2022-10-09 | 1 | -1/+7 |
| | |||||
* | add watch face for frequency correction and measurement | Joey Castillo | 2022-10-09 | 1 | -7/+1 |
| | |||||
* | movement: final list of watch faces for stock firmware | Joey Castillo | 2022-04-02 | 1 | -2/+4 |
| | |||||
* | movement: move watch face includes to a separate file | Joey Castillo | 2022-01-25 | 1 | -19/+1 |
| | |||||
* | movement: add two faces to default build | Joey Castillo | 2022-01-25 | 1 | -0/+2 |
| | |||||
* | movement: add blinky face | Joey Castillo | 2022-01-23 | 1 | -0/+1 |
| | |||||
* | movement: didn't mean to add sunrise/sunset by default | Joey Castillo | 2022-01-21 | 1 | -1/+0 |
| | |||||
* | movement: add time zone conversion in sunrise/sunset face | Joey Castillo | 2022-01-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-15 | 1 | -0/+1 |
|\ | |||||
| * | Add Countdown Face | Wesley Ellis | 2022-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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 face | Joey Castillo | 2022-01-15 | 1 | -0/+1 |
| | | |||||
* | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 1 | -0/+24 |
|/ | |||||
* | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 1 | -1/+0 |
| | |||||
* | add 'hello there' face, demo for documentation | Joey Castillo | 2021-12-21 | 1 | -0/+2 |
| | |||||
* | add demo watch face | Joey Castillo | 2021-12-10 | 1 | -0/+1 |
| | |||||
* | movement: add experimental accelerometer data logging face | Joey Castillo | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | movement: add world clock face | Joey Castillo | 2021-11-26 | 1 | -0/+1 |
| | |||||
* | Add initial TOTP watch face impl | Wesley Ellis | 2021-11-22 | 1 | -0/+1 |
| | | | | | | | Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method | ||||
* | Add stopwatch face to movement | Wesley Ellis | 2021-11-10 | 1 | -0/+1 |
| | | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours | ||||
* | movement: day one watch face, counts days from birth | Joey Castillo | 2021-11-08 | 1 | -0/+1 |
| | |||||
* | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #19 from tahnok/beats_watch_face | joeycastillo | 2021-10-23 | 1 | -0/+1 |
|\ | | | | | Port beats to movement framework | ||||
| * | Port beats to movement framework | Wesley Ellis | 2021-10-23 | 1 | -0/+1 |
| | | |||||
* | | WIP: thermistor data logger | Joey Castillo | 2021-10-23 | 1 | -0/+1 |
|/ | |||||
* | movement: add character set demo | Joey Castillo | 2021-10-21 | 1 | -0/+1 |
| | |||||
* | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 1 | -0/+1 |
| | |||||
* | fix misspelling of pulsometer | Joey Castillo | 2021-10-16 | 1 | -1/+1 |
| | |||||
* | automatically determine number of watch faces | Joey Castillo | 2021-10-16 | 1 | -3/+2 |
| | |||||
* | rename types to be more c-like | Joey Castillo | 2021-10-16 | 1 | -1/+1 |
| | |||||
* | widgets are now watch faces | Joey Castillo | 2021-10-16 | 1 | -9/+9 |
| | |||||
* | launcher is now movement | Joey Castillo | 2021-10-16 | 1 | -0/+18 |