bring back wyoscan
This commit is contained in:
@@ -83,4 +83,5 @@
|
|||||||
#include "tomato_face.h"
|
#include "tomato_face.h"
|
||||||
#include "solar_time_face.h"
|
#include "solar_time_face.h"
|
||||||
#include "tide_face.h"
|
#include "tide_face.h"
|
||||||
|
#include "wyoscan_face.h"
|
||||||
// New includes go above this line.
|
// New includes go above this line.
|
||||||
|
|||||||
@@ -58,4 +58,5 @@ SRCS += \
|
|||||||
./watch-faces/complication/tomato_face.c \
|
./watch-faces/complication/tomato_face.c \
|
||||||
./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/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,
|
||||||
Reference in New Issue
Block a user