Wesley Aptekar-Cassels and GitHub
3703d565ed
Merge pull request #337 from theAlexes/theAlexes/wyoscan-zero
...
make the zero in wyoscan a little more visually appealing
2024-01-21 02:35:32 -05:00
Wesley Aptekar-Cassels and GitHub
3f58ce7693
Merge pull request #322 from WesleyAC/watch-face-save-load
...
Add save_load_face
2024-01-21 02:10:16 -05:00
Wesley Aptekar-Cassels and GitHub
501ed8f9d2
Merge branch 'main' into watch-face-save-load
2024-01-21 02:08:28 -05:00
Wesley Aptekar-Cassels and GitHub
45ede8f256
Merge pull request #319 from WesleyAC/watch-face-day-night-percentage
...
Add day_night_percentage_face.
2024-01-21 02:06:14 -05:00
Wesley Aptekar-Cassels and GitHub
fe48776dae
Merge branch 'main' into watch-face-day-night-percentage
2024-01-21 02:04:20 -05:00
Wesley Aptekar-Cassels and GitHub
332728b511
Merge pull request #318 from WesleyAC/watch-face-simple-coin-flip
...
Add simple_coin_flip_face
2024-01-21 02:03:41 -05:00
Wesley Aptekar-Cassels and GitHub
f16ce6a767
Merge branch 'main' into watch-face-simple-coin-flip
2024-01-21 02:01:27 -05:00
Wesley Aptekar-Cassels and GitHub
233036ff59
Merge pull request #315 from WesleyAC/watch-face-solstice
...
Add solstice_face
2024-01-21 02:00:51 -05:00
Wesley Aptekar-Cassels and GitHub
29784983b5
Merge branch 'main' into watch-face-solstice
2024-01-21 01:58:20 -05:00
Wesley Aptekar-Cassels and GitHub
e49a75b8ef
Merge pull request #339 from theAlexes/theAlexes/cleanup
...
did a tiny bit of code cleanup, encountered a bug that might fix some sleep-mode issues
2024-01-21 01:44:19 -05:00
Wesley Aptekar-Cassels and GitHub
d7369cd00d
Merge branch 'main' into theAlexes/cleanup
2024-01-21 01:31:58 -05:00
Wesley Aptekar-Cassels and GitHub
9e41ac8e49
Merge pull request #360 from CarpeNoctem/compiler_warning_watch_face_index
...
template: fix compiler warning on watch_face_index as mentioned in PR269
2024-01-21 01:21:32 -05:00
Wesley Aptekar-Cassels and GitHub
07e45acba7
Merge pull request #325 from WesleyAC/fix-le-buzzer-default-tune
...
Fix buzzer in LE mode.
2024-01-11 19:53:51 -05:00
Wesley Aptekar-Cassels and GitHub
bf8c1b5dae
Merge pull request #342 from theAlexes/theAlexes/nanosec-profile-bug
...
delete stray line of code that messed with correction profile
2024-01-09 17:46:48 -05:00
Wesley Aptekar-Cassels
50dccd07d3
buzzer: fix simulator build, refactor sequence_length.
2024-01-09 16:22:21 -05:00
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
3ee32c6e57
Use legacy buzzer functions when playing default tune.
...
This allows the default tune to be played in LE mode.
Fixes : #275
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 5c94111ea2 , reversing
changes made to bc9b4ce700 .
2024-01-09 16:22:21 -05:00
Wesley Aptekar-Cassels and GitHub
63d6bc6aa0
Merge pull request #336 from theAlexes/theAlexes/sanitize
...
fix undefined behavior found by clang's sanitize
The compiler isn't completely assured of the possible range of this variable. Probably harmless, but it clears up a clang sanitize error.
2023-12-06 21:49:58 -05:00
Wesley Aptekar-Cassels and GitHub
91c82ee5f2
Merge pull request #281 from Kistelini/day_one_face
...
Improvements for Day One face
2023-11-27 23:24:04 -05:00
Wesley Aptekar-Cassels and GitHub
a2f1ba9171
Merge branch 'main' into day_one_face
2023-11-27 23:08:28 -05:00
Wesley Aptekar-Cassels and GitHub
3487d742f1
Merge pull request #330 from hchargois/fix-simulator-keyboard-shortcuts
...
Fix simulator keyboard shortcuts
2023-11-19 21:56:05 -05:00
Wesley Aptekar-Cassels and GitHub
4ececdc57a
Merge pull request #305 from ekaitz-zarraga/couch-2-5k
...
Add Couch-To-5k training face
2023-11-19 11:44:11 -05:00
Wesley Aptekar-Cassels and GitHub
50e3da11bd
Merge pull request #308 from BrianBinFL/feat/minute-repeater-decimal-face
...
Add minute repeater decimal face
2023-11-19 01:07:31 -05:00
Wesley Aptekar-Cassels and GitHub
6cc2b23723
Merge branch 'main' into feat/minute-repeater-decimal-face
2023-11-19 00:56:33 -05:00
Wesley Aptekar-Cassels and GitHub
76b580a5be
Merge pull request #262 from rieck/timestamp-fix
...
Fix for incorrect conversion from `watch_date_time` to Unix time.
2023-11-19 00:10:19 -05:00
Wesley Aptekar-Cassels
1f6409a71c
sunrise_sunset_face: Fix use of uninitialized memory.
...
This was causing a crash in the simulator when setting the location.
Fixes : #198
2023-11-18 23:53:24 -05:00
Wesley Aptekar-Cassels and GitHub
c4a5cb463e
Merge pull request #276 from hchargois/simulator-volume-slider
...
Simulator volume slider
2023-11-18 23:17:56 -05:00
Wesley Aptekar-Cassels and GitHub
3b9fd8b0e9
Merge pull request #302 from LtKeks/Sensor-Watch-bugfix-timer_face-datatype
...
timer_face - Possibility to set seconds as default values
2023-11-18 23:12:51 -05:00
Wesley Aptekar-Cassels and GitHub
2b7162c2be
Merge pull request #270 from perw/tuning_tones
...
new face: Tuning tones
2023-11-18 23:11:56 -05:00
Wesley Aptekar-Cassels and GitHub
ae6ccfd637
Merge pull request #273 from hchargois/atchar-pos-0
...
Turn on the funky segment of pos 0 for char '@'
2023-11-18 23:09:17 -05:00
Wesley Aptekar-Cassels and GitHub
cda66e8c31
Merge pull request #267 from navan93/print-memory-percentages
...
Print memory percentages
2023-11-18 23:08:30 -05:00
Wesley Aptekar-Cassels
1120690e13
Add save_load_face.
2023-11-09 22:22:40 -05:00
Wesley Aptekar-Cassels
691f2fe506
day_night_percentage_face: Clear seconds digits when entering LE mode.
2023-11-09 20:31:56 -05:00
Wesley Aptekar-Cassels
26f63dcaeb
day_night_percentage_face: Use PM indicator instead of DA/NI.
...
This allows for use of the weekday digits for displaying the weekday.
2023-11-09 17:35:58 -05:00
Wesley Aptekar-Cassels
2e8ee9965e
day_night_percentage_face: Calculate rise/set/daylen only once per day.
2023-11-09 17:21:35 -05:00
Wesley Aptekar-Cassels
f1d4d4ce89
Add day_night_percentage_face.
2023-11-09 02:34:36 -05:00
Wesley Aptekar-Cassels
73f689e65a
Add simple_coin_flip_face.
2023-11-08 19:29:56 -05:00
Wesley Aptekar-Cassels
dcf167a8bf
Add solstice_face.
2023-11-06 18:01:44 -05:00
Wesley Aptekar-Cassels
fc8c1fc726
moon_phase_face: Make alarm long-press reset to current day.
2023-11-03 06:34:31 -04:00
Wesley Aptekar-Cassels
7d353bba1c
Set default board color for GH workflow.
...
I've chosen blue arbitrarily.
2023-10-05 12:42:43 -04:00
Wesley Aptekar-Cassels
4763568900
movement: default to "instant" led_duration.
...
This is a matter of personal preference, but "instant" is the behaviour
of the original watch, and seems like the thing more people would
expect. Feel free not to take this commit if you disagree, though.
2023-09-29 22:13:29 -04:00
Wesley Aptekar-Cassels
30195a2619
movement: Add "instant" led_duration option.
...
This illuminates the LED only for the time that the button is pressed,
and turns it off as soon as it's released, which is the behaviour of the
original watch.
I chose a led_duration of zero to represent "instant" and all bits set
to represent "no LED", which is arbitrary but seemed more sensible to
me.
2023-09-29 22:10:14 -04:00
Wesley Aptekar-Cassels
c28ba6ef0b
Don't allow building without setting board color.
...
Fixes : #288
2023-09-28 18:29:32 -04:00