]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge branch 'main' into watch-face-day-night-percentage
authorWesley Aptekar-Cassels <me@wesleyac.com>
Sun, 21 Jan 2024 07:04:20 +0000 (02:04 -0500)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2024 07:04:20 +0000 (02:04 -0500)
1  2 
movement/make/Makefile
movement/movement_faces.h

index 3953e31ede1e89b4c98ac744d59d7d7990eb63fa,82bae6221ad3dc455c580d110f52d4f2069febfa..5eb570184c23a100b2af54377fa8ff0b5d6dc462
@@@ -118,7 -118,12 +118,13 @@@ SRCS += 
    ../watch_faces/complication/flashlight_face.c \
    ../watch_faces/clock/decimal_time_face.c \
    ../watch_faces/clock/wyoscan_face.c \
 +  ../watch_faces/clock/day_night_percentage_face.c \
+   ../watch_faces/complication/simple_coin_flip_face.c \
+   ../watch_faces/complication/solstice_face.c \
+   ../watch_faces/complication/couch_to_5k_face.c \
+   ../watch_faces/clock/minute_repeater_decimal_face.c \
+   ../watch_faces/complication/tuning_tones_face.c \
+   ../watch_faces/complication/kitchen_conversions_face.c \
  # New watch faces go above this line.
  
  # Leave this line at the bottom of the file; it has all the targets for making your project.
index db4f0a2d293898336cc89e151cc814bab8a8e001,d232f0a7ee967025266e3981a3f7594984b7a474..e36e5c2ffd3b89eee871d8314b9c192714e51b66
  #include "flashlight_face.h"
  #include "decimal_time_face.h"
  #include "wyoscan_face.h"
 +#include "day_night_percentage_face.h"
+ #include "simple_coin_flip_face.h"
+ #include "solstice_face.h"
+ #include "couch_to_5k_face.h"
+ #include "minute_repeater_decimal_face.h"
+ #include "tuning_tones_face.h"
+ #include "kitchen_conversions_face.h"
  // New includes go above this line.
  
  #endif // MOVEMENT_FACES_H_