]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge branch 'main' into tide_face
authorvoloved <36523934+voloved@users.noreply.github.com>
Wed, 1 Apr 2026 20:40:57 +0000 (16:40 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2026 20:40:57 +0000 (16:40 -0400)
1  2 
movement_faces.h
watch-faces.mk

index 81ca394f45589763cf1ae7ca5724d0f0f667a4f9,ca9d90da8ddb37a5a4d6cab1aa3557a793875680..3c2f5b715cdf8cd989e0bd797093db54d630bce4
  #include "wareki_face.h"
  #include "deadline_face.h"
  #include "wordle_face.h"
+ #include "blackjack_face.h"
+ #include "endless_runner_face.h"
+ #include "higher_lower_game_face.h"
+ #include "lander_face.h"
+ #include "simon_face.h"
+ #include "ping_face.h"
+ #include "rtccount_face.h"
+ #include "tomato_face.h"
+ #include "solar_time_face.h"
 +#include "tide_face.h"
  // New includes go above this line.
diff --cc watch-faces.mk
index 6c8000d720141ea67c7fcb37d3eb95a247938a05,e87e8a6130877557bd6b6023bf552fd0c350e60e..c9e4a4f1bfb7d100b91f3424df867c2dfc8aa0ea
@@@ -48,5 -49,12 +49,13 @@@ SRCS += 
    ./watch-faces/sensor/lis2dw_monitor_face.c \
    ./watch-faces/complication/wareki_face.c \
    ./watch-faces/complication/deadline_face.c \
+   ./watch-faces/complication/blackjack_face.c \
+   ./watch-faces/complication/endless_runner_face.c \
+   ./watch-faces/complication/higher_lower_game_face.c \
+   ./watch-faces/complication/lander_face.c \
+   ./watch-faces/complication/simon_face.c \
+   ./watch-faces/complication/ping_face.c \
+   ./watch-faces/complication/tomato_face.c \
+   ./watch-faces/clock/solar_time_face.c \
 +  ./watch-faces/complication/tide_face.c \
  # New watch faces go above this line.