summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/clock/simple_clock_face.c
Commit message (Expand)AuthorAgeFilesLines
* faces: restore simple_clock_faceMatheus Afonso Martins Moreira2024-03-161-0/+161
* faces: rename simple_clock_face to clock_faceMatheus Afonso Martins Moreira2024-02-241-161/+0
* Enable custom signal tones in LE mode.Wesley Aptekar-Cassels2024-01-091-11/+1
* Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr...Wesley Aptekar-Cassels2024-01-091-5/+11
* 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-231-5/+1
* fix signal tunes not firing in background, and split out foreground/backgroun...Jeremy O'Brien2023-09-221-8/+2
* Merge branch 'main' into default-handlerjoeycastillo2023-01-171-1/+11
|\
| * Revert "never disable buzzer output"joeycastillo2023-01-171-1/+11
* | add movement_default_loop_handler, test with default watch facesjoeycastillo2023-01-141-7/+1
|/
* Precision watch update (#152)Mikhail Svarichevsky2023-01-101-2/+4
* remove unnecessary conditional in simple clock faceJeremy O'Brien2023-01-051-7/+1
* never disable buzzer outputjoeycastillo2023-01-031-4/+0
* Add an Alarm face to movement (#96)TheOnePerson2022-10-251-3/+17
* static analysis: use parentheses around binary operatorsJoey Castillo2022-04-101-2/+2
* movement: add low battery warning to simple clockJoey Castillo2022-02-051-0/+14
* Simple Clock: Update to signal exactly on the hourDavid Keck2022-01-191-1/+1
* add MIT license text to movement filesJoey Castillo2022-01-151-0/+24
* movement: add hourly signal to simple clock faceJoey Castillo2021-12-211-6/+44
* Movement: give watch faces their index at setup timeJoey Castillo2021-12-201-1/+2
* movement: refactor timeout to tick first, then notifyJoey Castillo2021-11-071-1/+0
* move weekday lookup to new utilities fileJoey Castillo2021-10-231-12/+3
* movement: add tick animation in sleep modeJoey Castillo2021-10-191-3/+5
* movement settings: add timeout and LED durationJoey Castillo2021-10-191-1/+1
* add timeout event to give faces a chance to resignJoey Castillo2021-10-181-1/+1
* early work on background tasks, documentationJoey Castillo2021-10-161-4/+4
* screensaver mode is now low energy modeJoey Castillo2021-10-161-4/+4
* rename types to be more c-likeJoey Castillo2021-10-161-4/+4
* widgets are now watch facesJoey Castillo2021-10-161-0/+92