Add stopwatch face to movement

Simple stopwatch that only counts seconds (not subseconds), minutes
and yes, even hours
This commit is contained in:
Wesley Ellis
2021-11-03 21:10:10 -04:00
parent 1b4bfe35c2
commit b0ec40ae46
4 changed files with 104 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include "beats_face.h"
#include "day_one_face.h"
#include "voltage_face.h"
#include "stopwatch_face.h"
const watch_face_t watch_faces[] = {
simple_clock_face,