Commit Graph

372 Commits

Author SHA1 Message Date
a8ea642d35 Merge pull request #194 from davidegirardi/fix-signal-advanced-timer
Fix timer setting bell indicator on other faces on loop
2026-04-16 12:23:06 -04:00
ab4fcd951d Made enums on tide face follow other faces 2026-04-16 11:06:05 -04:00
08f8cb687e Fixed build warnings 2026-04-16 11:01:48 -04:00
84b133feee Merge pull request #198 from stephan242/timezone-fully-automatic
fix(documentation): Time Zones now DST aware
2026-04-08 04:59:06 +00:00
25e791c302 Merge pull request #113 from mkende/countdown_indicator
Repeating countdown: use the looped arrows indicator instead of the bell one on the custom LCD
2026-04-08 04:50:29 +00:00
a5fcde118e Merge branches 'stephan242-inactivity-countdown-when-le-never' and 'stephan242-off-by-one' 2026-04-08 04:42:48 +00:00
c1620e854a fix(documentation): Time Zones now DST aware 2026-04-04 22:48:43 +01:00
e0a429aabe fix(settings_face): Off by one if Low Energy Mode forbidden 2026-04-04 22:29:00 +01:00
8bd07b407c fix: sunrise/set before DST change
The Sunrise and Sunset timezone offset needs to be calculated for the day it's relevant to, since it might experience a timezone  change.
2026-04-04 19:27:35 +01:00
e0b425ca90 Fix setting bell indicator on other faces on loop 2026-04-04 19:14:00 +02:00
4f9d7b7219 Merge pull request #107 from mkende/safe_totp
Allow to pass secrets to totp_face through a separate (ignored) header.
2026-04-01 16:42:04 -04:00
fd504d03dc Merge pull request #108 from mkende/tide_face
Add a tide computation watch face.
2026-04-01 16:41:37 -04:00
422c3c2321 Merge pull request #109 from mkende/otp_label
Allow to use 3 character long labels in the totp face.
2026-04-01 16:41:24 -04:00
1f8e96c3fe Merge branch 'main' into tide_face 2026-04-01 16:40:57 -04:00
b31a69d72b Merge branch 'main' into local-solar-time 2026-03-14 09:59:32 -04:00
67f63872f8 don't resign from tomato time if timer is running 2026-03-07 16:53:48 -05:00
0247ef43a9 fix timezone / unix time conversion bug 2026-03-07 16:53:35 -05:00
14d0ba73e0 Better support for custom display 2026-03-04 14:55:32 +01:00
c2cead4e3b Support custom display 2026-03-04 13:33:43 +01:00
1a33ae88f7 Move complications/local_solar_time_face -> clock/solar_time_face 2026-03-04 12:34:23 +01:00
7d3a217d91 port tomato face to second_movement 2026-02-27 20:36:32 -05:00
ff3c8a72fc Implement local solar time face
Full implementation of the local solar time complication using the
pveducation.org formula set (LSTM, B, EoT, TC, LST, HRA). EoT and TC
are cached by day-of-year and recomputed once at midnight rollover.

Three display modes cycle with the Alarm button:
  SO HH:MM:SS  — Local Solar Time
  nO HH:MM     — Solar Noon in local clock time
  Hr ±DDD      — Hour Angle in degrees

Location is read from location.u32 on the filesystem. In the simulator
the browser lat/lon globals are written to location.u32 on activation
if not already set, fixing the "no Loc" issue in the emulator.
2026-02-21 18:06:31 +01:00
51ca839f3b Removed all of the compiler warnings 2026-01-02 20:07:56 -05:00
e8750713f8 Renamed LIS2DW_FIFO_TIMEOUT_SECOND to LIS2DW_FIFO_TIMEOUT 2026-01-02 20:07:56 -05:00
757f1a1de7 defined LIS2DW_FIFO_TIMEOUT_SECOND 2026-01-02 20:07:56 -05:00
625e920970 lis2dw_read_fifo(&fifo, 100 / DISPLAY_FREQUENCY)) 2026-01-02 20:07:56 -05:00
19f789e428 Made the timeout for lis2dw_read_fifo a variable 2026-01-02 20:07:56 -05:00
c45fed8ea9 Got rid of fallthrough warnings 2026-01-02 20:07:56 -05:00
c6270444f0 Typo fix 2026-01-02 20:07:56 -05:00
fe4541d4ee fix compilation warnings in rtccount_face 2026-01-02 20:07:56 -05:00
b3c8f0f87a add missing copyright headers 2026-01-02 20:07:56 -05:00
3ea2f9c58a Allow users to set independent buzzer volume for signal/alarm 2026-01-02 20:07:56 -05:00
edd3a5c3b4 Add a slow display refresh mode to fast_stopwatch 2026-01-02 20:07:56 -05:00
7d0f4d1a33 More efficient display draw for fast_stopwatch_face 2026-01-02 20:07:56 -05:00
5293b7983c Remove a few unnecessary date_time to timestamp conversions 2026-01-02 20:07:56 -05:00
cb05585c15 Fix faces that relied on watch_buzzer_play_note being blocking 2026-01-02 20:07:56 -05:00
1b9624d042 Make fast_stopwatch power efficiend by using the new counter32 2026-01-02 20:07:56 -05:00
557a785b1a Fix chirpy to work with rtc-counter32 2026-01-02 20:07:56 -05:00
a34a266903 Add a face to debug some counter32 metrics 2026-01-02 20:07:44 -05:00
e2d13e076e Optimize finetune and nanosec faces to work with rtc-counter32 2026-01-02 20:02:36 -05:00
e942f67685 Minor fixes to settings faces to work with the new rtc mode 2026-01-02 20:02:36 -05:00
cac1f50e8d Fixed clearing paddle on fast press 2025-12-25 09:25:47 -05:00
90e99f8957 First hit not counted; bugfixes on sound 2025-12-21 13:39:16 -05:00
2c3259b2e3 sound effect on hit 2025-12-21 13:22:43 -05:00
4ef85c6f2c Watch's refresh can't handle Fast difficulty 2025-12-21 11:28:40 -05:00
2935f0b604 Changed default difficulty 2025-12-21 11:23:29 -05:00
66257c5232 Removed time display on ping face 2025-12-21 11:04:31 -05:00
6627ff1fbe accelerometer moving paddle fully out 2025-12-21 10:53:50 -05:00
fe085f81fd Adding description 2025-12-21 10:53:46 -05:00
d785419912 bug fixes to ping face 2025-12-21 10:53:42 -05:00