bring back wyoscan

This commit is contained in:
hueso
2026-08-04 20:31:12 -03:00
committed by hueso
parent 6f3f0bc152
commit 7831981bba
4 changed files with 2 additions and 1 deletions
+1
View File
@@ -85,4 +85,5 @@
#include "tide_face.h" #include "tide_face.h"
#include "world_clock2_face.h" #include "world_clock2_face.h"
#include "hydration_face.h" #include "hydration_face.h"
#include "wyoscan_face.h"
// New includes go above this line. // New includes go above this line.
+1
View File
@@ -60,4 +60,5 @@ SRCS += \
./watch-faces/clock/solar_time_face.c \ ./watch-faces/clock/solar_time_face.c \
./watch-faces/complication/tide_face.c \ ./watch-faces/complication/tide_face.c \
./watch-faces/clock/world_clock2_face.c \ ./watch-faces/clock/world_clock2_face.c \
./watch-faces/clock/wyoscan_face.c \
# New watch faces go above this line. # New watch faces go above this line.
@@ -25,7 +25,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "wyoscan_face.h" #include "wyoscan_face.h"
#include "watch_private_display.h"
/* /*
Slowly render the current time from left to right, Slowly render the current time from left to right,