Commit Graph
4 Commits
Author SHA1 Message Date
Mathias Kende 56b2f772c4 Add a tide computation watch face.
This is the initial version of the watch face that only handles a theoretical perfect semi-diurnal tide, similarly to some Casio watches.
2025-09-08 22:58:52 +02:00
Mathias Kende 8d19895601 Use the looped arrows indicator (LAP) instead of the bell one on the custom LCD for repeating countdown. 2025-09-06 21:21:04 +02:00
Mathias Kende faee5bdce1 Allow to use 3 character long labels in the totp face. 2025-08-31 23:11:57 +02:00
Mathias Kende ed7761cca4 Allow to pass secrets to totp_face through a separate (ignored) header.
That header (`totp_face.secrets.h`) is listed in the .gitignore file for that directory, so that there is limited risk to commit it to GitHub by mistake (at least less than when the secrets are directly listed in `totp_face.c`). And this is also easier to use than totp_lfs_face (at least until secrets can be sent to that face over IR).
2025-08-29 22:05:19 +02:00