1 Commits

Author SHA1 Message Date
hueso
78bdbb0e15 add moonrise/moonset face
Some checks failed
Build / build (sensorwatch_blue, classic) (push) Has been cancelled
Build / build (sensorwatch_blue, custom) (push) Has been cancelled
Build / build (sensorwatch_green, classic) (push) Has been cancelled
Build / build (sensorwatch_green, custom) (push) Has been cancelled
Build / build (sensorwatch_pro, classic) (push) Has been cancelled
Build / build (sensorwatch_pro, custom) (push) Has been cancelled
Build / build (sensorwatch_red, classic) (push) Has been cancelled
Build / build (sensorwatch_red, custom) (push) Has been cancelled
Build / build-simulator (sensorwatch_blue, classic) (push) Has been cancelled
Build / build-simulator (sensorwatch_blue, custom) (push) Has been cancelled
Build / build-simulator (sensorwatch_green, classic) (push) Has been cancelled
Build / build-simulator (sensorwatch_green, custom) (push) Has been cancelled
Build / build-simulator (sensorwatch_pro, classic) (push) Has been cancelled
Build / build-simulator (sensorwatch_pro, custom) (push) Has been cancelled
Build / build-simulator (sensorwatch_red, classic) (push) Has been cancelled
Build / build-simulator (sensorwatch_red, custom) (push) Has been cancelled
2025-12-16 14:09:52 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
#include "stopwatch_face.h" #include "stopwatch_face.h"
#include "fast_stopwatch_face.h" #include "fast_stopwatch_face.h"
#include "sunrise_sunset_face.h" #include "sunrise_sunset_face.h"
#include "moonrise_face.h"
#include "moon_phase_face.h" #include "moon_phase_face.h"
#include "days_since_face.h" #include "days_since_face.h"
#include "character_set_face.h" #include "character_set_face.h"
@@ -78,5 +79,4 @@
#include "higher_lower_game_face.h" #include "higher_lower_game_face.h"
#include "lander_face.h" #include "lander_face.h"
#include "simon_face.h" #include "simon_face.h"
#include "moonrise_face.h"
// New includes go above this line. // New includes go above this line.

View File

@@ -10,6 +10,7 @@ SRCS += \
./watch-faces/complication/stopwatch_face.c \ ./watch-faces/complication/stopwatch_face.c \
./watch-faces/complication/fast_stopwatch_face.c \ ./watch-faces/complication/fast_stopwatch_face.c \
./watch-faces/complication/sunrise_sunset_face.c \ ./watch-faces/complication/sunrise_sunset_face.c \
./watch-faces/complication/moonrise_face.c \
./watch-faces/complication/moon_phase_face.c \ ./watch-faces/complication/moon_phase_face.c \
./watch-faces/complication/days_since_face.c \ ./watch-faces/complication/days_since_face.c \
./watch-faces/complication/breathing_face.c \ ./watch-faces/complication/breathing_face.c \
@@ -53,5 +54,4 @@ SRCS += \
./watch-faces/complication/higher_lower_game_face.c \ ./watch-faces/complication/higher_lower_game_face.c \
./watch-faces/complication/lander_face.c \ ./watch-faces/complication/lander_face.c \
./watch-faces/complication/simon_face.c \ ./watch-faces/complication/simon_face.c \
./watch-faces/complication/moonrise_face.c \
# New watch faces go above this line. # New watch faces go above this line.