From 370cb1b3ec1c1a2581010e92a3c3bd929c592ef9 Mon Sep 17 00:00:00 2001 From: hueso Date: Tue, 16 Dec 2025 14:16:45 -0300 Subject: [PATCH] bring back wyoscan --- movement_faces.h | 1 + watch-faces.mk | 1 + {legacy/watch_faces => watch-faces}/clock/wyoscan_face.c | 1 - {legacy/watch_faces => watch-faces}/clock/wyoscan_face.h | 0 4 files changed, 2 insertions(+), 1 deletion(-) rename {legacy/watch_faces => watch-faces}/clock/wyoscan_face.c (99%) rename {legacy/watch_faces => watch-faces}/clock/wyoscan_face.h (100%) diff --git a/movement_faces.h b/movement_faces.h index eef0e3ac..1cd73cd0 100644 --- a/movement_faces.h +++ b/movement_faces.h @@ -78,4 +78,5 @@ #include "higher_lower_game_face.h" #include "lander_face.h" #include "simon_face.h" +#include "wyoscan_face.h" // New includes go above this line. diff --git a/watch-faces.mk b/watch-faces.mk index 3c424923..e9e5de3c 100644 --- a/watch-faces.mk +++ b/watch-faces.mk @@ -53,4 +53,5 @@ SRCS += \ ./watch-faces/complication/higher_lower_game_face.c \ ./watch-faces/complication/lander_face.c \ ./watch-faces/complication/simon_face.c \ + ./watch-faces/clock/wyoscan_face.c \ # New watch faces go above this line. diff --git a/legacy/watch_faces/clock/wyoscan_face.c b/watch-faces/clock/wyoscan_face.c similarity index 99% rename from legacy/watch_faces/clock/wyoscan_face.c rename to watch-faces/clock/wyoscan_face.c index bf7b5e1c..c2f75029 100644 --- a/legacy/watch_faces/clock/wyoscan_face.c +++ b/watch-faces/clock/wyoscan_face.c @@ -25,7 +25,6 @@ #include #include #include "wyoscan_face.h" -#include "watch_private_display.h" /* Slowly render the current time from left to right, diff --git a/legacy/watch_faces/clock/wyoscan_face.h b/watch-faces/clock/wyoscan_face.h similarity index 100% rename from legacy/watch_faces/clock/wyoscan_face.h rename to watch-faces/clock/wyoscan_face.h