Add calculator watch face (#111)

This commit is contained in:
Niclas Hoyer
2023-01-14 17:51:33 +01:00
committed by GitHub
parent 98abdb5c0f
commit 2e61885070
4 changed files with 421 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
#include "tally_face.h"
#include "tarot_face.h"
#include "interval_face.h"
#include "rpn_calculator_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_