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.
This commit is contained in:
Mathias Kende
2025-08-31 18:08:14 +02:00
parent 5ecc3d6384
commit 56b2f772c4
4 changed files with 484 additions and 0 deletions
+1
View File
@@ -73,4 +73,5 @@
#include "wareki_face.h"
#include "deadline_face.h"
#include "wordle_face.h"
#include "tide_face.h"
// New includes go above this line.