summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'silicon-errata' into advancedMatheus Afonso Martins Moreira2024-03-082-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the recommended workarounds for numerous silicon errata, reducing power consumption and preventing freezes and hard faults. Tested-by: Alex Maestas <git@se30.xyz> Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Alex Maestas <git@se30.xyz> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Reviewed-by: Wesley Aptekar-Cassels <me@wesleyac.com> Reviewed-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/340 GitHub-Related-Issue: https://github.com/joeycastillo/Sensor-Watch/issues/361 GitHub-Related-Issue: https://github.com/joeycastillo/Sensor-Watch/issues/359 Reference: https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/Errata/SAM-L22-Family-Silicon-Errata-and-Data-Sheet-Clarification-DS80000782.pdf
| * | | annotate TRNG erratum, address review commentAlex Maestas2024-01-222-2/+2
| | | |
| * | | work around silicon erratum in TRNGAlex Maestas2023-12-172-2/+3
| | | |
* | | | Merge 'fix-sunrise-sunset-uninitialized'Matheus Afonso Martins Moreira2024-03-081-0/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a crash due to use of uninitialized buffer when setting location. Reported-by: eshrh <esrh@gatech.edu> Fixed-by: Wesley Aptekar-Cassels <me@wesleyac.com> Reviewed-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> 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/329 GitHub-Issue: https://github.com/joeycastillo/Sensor-Watch/issues/198 Fixes: https://github.com/joeycastillo/Sensor-Watch/issues/198
| * | | sunrise_sunset_face: Fix use of uninitialized memory.Wesley Aptekar-Cassels2023-11-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This was causing a crash in the simulator when setting the location. Fixes: #198
* | | | Change inactivity deadlines: add 10 minutes and remove 2 days. (#365)Max Zettlmeißl2024-02-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I like to use the ten minute timeout on my watch and there are other people who have similar interests in a lower deadline. The two day deadline had to go to still accommodate the change within the three bit index. The default setting is still the one hour timeout.
* | | | Merge pull request #337 from theAlexes/theAlexes/wyoscan-zeroWesley Aptekar-Cassels2024-01-211-1/+1
|\ \ \ \ | | | | | | | | | | make the zero in wyoscan a little more visually appealing
| * | | | make the zero in wyoscan a little more visually appealingAlex Maestas2023-12-081-1/+1
| | |/ / | |/| |
* | | | Merge branch 'main' into watch-face-save-loadWesley Aptekar-Cassels2024-01-21109-675/+3722
|\ \ \ \
| * \ \ \ Merge branch 'main' into watch-face-day-night-percentageWesley Aptekar-Cassels2024-01-21107-675/+3517
| |\ \ \ \
| | * \ \ \ Merge branch 'main' into watch-face-simple-coin-flipWesley Aptekar-Cassels2024-01-21105-675/+3316
| | |\ \ \ \
| | | * \ \ \ Merge branch 'main' into watch-face-solsticeWesley Aptekar-Cassels2024-01-21103-675/+3016
| | | |\ \ \ \
| | | | * \ \ \ Merge pull request #325 from WesleyAC/fix-le-buzzer-default-tuneWesley Aptekar-Cassels2024-01-112-4/+2
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | Fix buzzer in LE mode.
| | | | | * | | | Enable custom signal tones in LE mode.Wesley Aptekar-Cassels2024-01-094-44/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | | * | | | Revert "Merge pull request #283 from ↵Wesley Aptekar-Cassels2024-01-094-8/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neutralinsomniac/fix_hourly_chime_background" This reverts commit 5c94111ea20e50cb9dab8f416603403185e933b3, reversing changes made to bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.
| | | | * | | | | Merge pull request #342 from theAlexes/theAlexes/nanosec-profile-bugWesley Aptekar-Cassels2024-01-091-1/+0
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | | delete stray line of code that messed with correction profile
| | | | | * | | | delete stray line of code that messed with correction profile while ↵Alex Maestas2023-12-221-1/+0
| | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | adjusting cadence
| | | | * / / / Handle visibility for tomato watchfacePietro F. Maggi2024-01-072-2/+9
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 547e8248ba3538693ee8c587a92ffece7b40d1a2)
| | | | * | | Kitchen Conversions FacePrimmR2023-12-012-0/+567
| | | | | | |
| | | | * | | Merge branch 'main' into day_one_faceWesley Aptekar-Cassels2023-11-27101-640/+2288
| | | | |\ \ \
| | | | | * | | Fix missing documentation for many clock faces:Alex Utter2023-11-2791-592/+1405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
| | | | | * | | Merge branch 'main' into couch-2-5kEkaitz Zárraga2023-11-195-2/+521
| | | | | |\ \ \
| | | | | | * | | Merge branch 'main' into feat/minute-repeater-decimal-faceWesley Aptekar-Cassels2023-11-193-2/+199
| | | | | | |\| |
| | | | | | | * | Merge pull request #302 from LtKeks/Sensor-Watch-bugfix-timer_face-datatypeWesley Aptekar-Cassels2023-11-181-2/+2
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | timer_face - Possibility to set seconds as default values
| | | | | | | | * | Update timer_face.cLtKeks2023-10-151-2/+2
| | | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects the data type of the standard values in order to be able to configure seconds as well.
| | | | | | | * | Merge pull request #270 from perw/tuning_tonesWesley Aptekar-Cassels2023-11-182-0/+197
| | | | | | | |\ \ | | | | | | | | |/ | | | | | | | |/| new face: Tuning tones
| | | | | | | | * new face: Tuning tonesPer Waagø2023-09-062-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new face that plays out tones that can be used as a reference when tuning musical instruments.
| | | | | | * | | Add minute repeater decimal faceBrian Blakley2023-10-242-0/+322
| | | | | | |/ /
| | | | | * | | Resign when the entering LEEkaitz Zarraga2023-11-191-1/+1
| | | | | | | |
| | | | | * | | Fit naming conventionsEkaitz Zarraga2023-11-192-25/+25
| | | | | | | |
| | | | | * | | Add sound to pause/resume buttonEkaitz Zarraga2023-10-211-0/+3
| | | | | | | |
| | | | | * | | Add Couch-To-5k training faceEkaitz Zarraga2023-10-212-0/+351
| | | | | |/ /
| | | | * | | day_one_face: show set date on short alarm button pressChristian Buschau2023-11-172-58/+107
| | | | | | |
| | | | * | | day_one_face: enable quick cycle through settingsChristian Buschau2023-11-172-19/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the alarm button to be held down in the date settings and quickly cycle through the dates instead of having to push for each single increment like in other faces.
| | | | * | | day_one_face: allow years until 2080Christian Buschau2023-11-172-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same limit introduced in commit 7fd51ca
| | | | * | | day_one_face: cleanupChristian Buschau2023-11-172-23/+33
| | | | | |/ | | | | |/|
| | | * | | Add solstice_face.Wesley Aptekar-Cassels2023-11-062-0/+300
| | | | |/ | | | |/|
| | * / | Add simple_coin_flip_face.Wesley Aptekar-Cassels2023-11-082-0/+201
| | |/ /
| * | | day_night_percentage_face: Clear seconds digits when entering LE mode.Wesley Aptekar-Cassels2023-11-091-1/+1
| | | |
| * | | day_night_percentage_face: Use PM indicator instead of DA/NI.Wesley Aptekar-Cassels2023-11-092-11/+16
| | | | | | | | | | | | | | | | This allows for use of the weekday digits for displaying the weekday.
| * | | day_night_percentage_face: Calculate rise/set/daylen only once per day.Wesley Aptekar-Cassels2023-11-092-35/+53
| | | |
| * | | Add day_night_percentage_face.Wesley Aptekar-Cassels2023-11-092-0/+182
| |/ /
* / / Add save_load_face.Wesley Aptekar-Cassels2023-11-092-0/+234
|/ /
* | use movement_play_signal for default tune (fixes background signal)joeycastillo2023-09-241-0/+4
| |
* | move buzzer enabled detection logic into movement for movement_play_signal/tuneJeremy O'Brien2023-09-234-20/+4
| | | | | | | | | | this way watch faces don't have to disable/enable the buzzer themselves before calling movement_play_signal() and movement_play_tune()
* | fix signal tunes not firing in background, and split out ↵Jeremy O'Brien2023-09-224-31/+5
|/ | | | foreground/background chime functions
* support years through 2080joeycastillo2023-08-271-2/+1
|
* show temperature and battery voltage in low energy modejoeycastillo2023-08-252-3/+22
|
* Decimal time face (#260)mrbrown82023-07-292-0/+252
| | | | | | | | | | | * Update movement_faces.h adding decimal_time_face.h to build * Decimal Time, a new clock face This face presents the current time as hours and hundredths of an hour. * add decimal time to Makefile
* Merge pull request #253 from Kistelini/counterJose Castillo2023-07-292-18/+61
|\ | | | | Counter face: change sound to non-blocking, add option to deactivate sound