Wyoscan .5 hz watchface (#256)

* initial wyoscan commit

* initial attempt at animation

* kinda working

* visually working but running out of memory

* slower

* little fixes

* add hardware watch blink function

* refine number animation

* remove movement from config for merging

* silence warnings

---------

Co-authored-by: Willy Hardy <whardy@redhat.com>
This commit is contained in:
Willy Hardy
2023-07-29 07:22:42 -04:00
committed by GitHub
parent 1377d36622
commit 923112172d
4 changed files with 286 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
#include "dual_timer_face.h"
#include "simple_clock_bin_led_face.h"
#include "flashlight_face.h"
#include "wyoscan_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_