Weeknumber watch face

Same as simple clock, but has iso 8601 week number instead of seconds counter
This commit is contained in:
Slim
2022-12-02 19:45:53 +01:00
parent 852099e1ab
commit a69547805b
6 changed files with 311 additions and 11 deletions

View File

@@ -58,6 +58,7 @@
#include "frequency_correction_face.h"
#include "alarm_face.h"
#include "ratemeter_face.h"
#include "weeknumber_clock_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_