summaryrefslogtreecommitdiffstats
path: root/movement/movement_config.h
Commit message (Collapse)AuthorAgeFilesLines
* faces: restore simple_clock_faceMatheus Afonso Martins Moreira2024-03-161-1/+1
| | | | Restore the original simple clock face as requested.
* Merge branch 'advanced-clock+24h' into advancedMatheus Afonso Martins Moreira2024-03-081-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_faceMatheus Afonso Martins Moreira2024-02-241-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_configmadhogs2024-02-141-1/+1
|\|
| * Enable custom signal tones in LE mode.Wesley Aptekar-Cassels2024-01-091-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-Cassels2024-01-091-1/+2
| | | | | | | | | | | | This allows the default tune to be played in LE mode. Fixes: #275
* | add compile-time options for all preferences to movement_configmadhogs2023-10-021-0/+43
|/
* update alternate firmware for new board colorjoeycastillo2023-09-131-1/+0
|
* new default firmwarejoeycastillo2023-08-251-6/+8
|
* add sensor watch litejoeycastillo2023-08-171-0/+1
|
* movement: add custom hourly chime tunes (#209)Jeremy O'Brien2023-06-101-0/+4
| | | | | | | * movement: add custom hourly chime tunes * slightly tweak note timings * add kim possible ringtone
* return movement_config to standard list of watch facesjoeycastillo2023-04-161-2/+0
|
* Aperture priority light meter face (#230)Christian Chapman2023-04-161-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 stopwatchjoeycastillo2022-11-271-1/+1
|
* disable settings hiding by defaultjoeycastillo2022-10-231-1/+1
|
* Long press of mode on home screen goes to settingsJames Haggerty2022-10-191-0/+7
| | | | | This also changes the default rotation so you don't see the settings screens.
* restore default watch faces (oops)Joey Castillo2022-10-091-1/+7
|
* add watch face for frequency correction and measurementJoey Castillo2022-10-091-7/+1
|
* movement: final list of watch faces for stock firmwareJoey Castillo2022-04-021-2/+4
|
* movement: move watch face includes to a separate fileJoey Castillo2022-01-251-19/+1
|
* movement: add two faces to default buildJoey Castillo2022-01-251-0/+2
|
* movement: add blinky faceJoey Castillo2022-01-231-0/+1
|
* movement: didn't mean to add sunrise/sunset by defaultJoey Castillo2022-01-211-1/+0
|
* movement: add time zone conversion in sunrise/sunset faceJoey Castillo2022-01-211-0/+1
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-151-0/+1
|\
| * Add Countdown FaceWesley Ellis2022-01-151-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 faceJoey Castillo2022-01-151-0/+1
| |
* | add MIT license text to movement filesJoey Castillo2022-01-151-0/+24
|/
* add comments to 'hello there' faceJoey Castillo2021-12-211-1/+0
|
* add 'hello there' face, demo for documentationJoey Castillo2021-12-211-0/+2
|
* add demo watch faceJoey Castillo2021-12-101-0/+1
|
* movement: add experimental accelerometer data logging faceJoey Castillo2021-12-011-0/+1
|
* movement: add world clock faceJoey Castillo2021-11-261-0/+1
|
* Add initial TOTP watch face implWesley Ellis2021-11-221-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 movementWesley Ellis2021-11-101-0/+1
| | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours
* movement: day one watch face, counts days from birthJoey Castillo2021-11-081-0/+1
|
* movement: add voltage monitor watch faceJoey Castillo2021-11-061-0/+1
|
* Merge pull request #19 from tahnok/beats_watch_facejoeycastillo2021-10-231-0/+1
|\ | | | | Port beats to movement framework
| * Port beats to movement frameworkWesley Ellis2021-10-231-0/+1
| |
* | WIP: thermistor data loggerJoey Castillo2021-10-231-0/+1
|/
* movement: add character set demoJoey Castillo2021-10-211-0/+1
|
* movement: add thermistor readout faceJoey Castillo2021-10-211-0/+1
|
* fix misspelling of pulsometerJoey Castillo2021-10-161-1/+1
|
* automatically determine number of watch facesJoey Castillo2021-10-161-3/+2
|
* rename types to be more c-likeJoey Castillo2021-10-161-1/+1
|
* widgets are now watch facesJoey Castillo2021-10-161-9/+9
|
* launcher is now movementJoey Castillo2021-10-161-0/+18