add 'hello there' face, demo for documentation

This commit is contained in:
Joey Castillo
2021-12-21 12:30:20 -06:00
parent 4862472d1d
commit 221e41f58c
4 changed files with 83 additions and 0 deletions

View File

@@ -16,9 +16,11 @@
#include "totp_face.h"
#include "lis2dh_logging_face.h"
#include "demo_face.h"
#include "hello_there_face.h"
const watch_face_t watch_faces[] = {
simple_clock_face,
hello_there_face,
preferences_face,
set_time_face,
};