Wesley Aptekar-Cassels
e9fe4aeefe
Enable custom signal tones in LE mode.
...
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.
2024-01-09 16:22:21 -05:00
Wesley Aptekar-Cassels
6f4917a0d5
Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_background"
...
This reverts commit 5c94111ea20e50cb9dab8f416603403185e933b3, reversing
changes made to bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.
2024-01-09 16:22:21 -05:00
Jeremy O'Brien
45f402b4ec
move buzzer enabled detection logic into movement for movement_play_signal/tune
...
this way watch faces don't have to disable/enable the buzzer themselves
before calling movement_play_signal() and movement_play_tune()
2023-09-23 10:56:12 -04:00
Jeremy O'Brien
bfde84f01d
fix signal tunes not firing in background, and split out foreground/background chime functions
2023-09-22 07:29:04 -04:00
Jeremy O'Brien
2b22ecc8e4
add default loop handler to all current watch faces
2023-01-25 09:23:50 -06:00
joeycastillo
5163cf1fe1
Revert "never disable buzzer output"
...
This reverts commit 851d047c818dacc30c86f4d87f33247dcfb0095c.
2023-01-17 08:52:01 -06:00
Jeremy O'Brien
8331a54896
Remove more unnecessary conditionals
2023-01-10 21:02:47 -05:00
joeycastillo
851d047c81
never disable buzzer output
2023-01-03 21:24:14 -06:00
Slim
a69547805b
Weeknumber watch face
...
Same as simple clock, but has iso 8601 week number instead of seconds counter
2022-12-02 19:45:53 +01:00