]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge PR #398 - add simon game watch face
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sat, 7 Sep 2024 23:28:45 +0000 (20:28 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Sat, 7 Sep 2024 23:28:45 +0000 (20:28 -0300)
Adds a watch face that allows playing the classic Simon game
with the watch's buzzer and RGB LED.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/398

1  2 
make.mk
movement/make/Makefile
movement/movement_faces.h

diff --cc make.mk
Simple merge
index 087b2f0a03fec615ef3ffbcf0b4961ee07e6168e,09fdb3318b22fac77bdeaa9d7493bf366eed8a6e..221b39f400ff5c7f5c6eee8ef73a6ecc24920bae
@@@ -129,13 -129,7 +129,14 @@@ SRCS += 
    ../watch_faces/clock/minute_repeater_decimal_face.c \
    ../watch_faces/complication/tuning_tones_face.c \
    ../watch_faces/complication/kitchen_conversions_face.c \
 +  ../watch_faces/complication/wordle_face.c \
 +  ../watch_faces/complication/endless_runner_face.c \
 +  ../watch_faces/complication/periodic_face.c \
 +  ../watch_faces/complication/deadline_face.c
 +  ../watch_faces/complication/higher_lower_game_face.c \
 +  ../watch_faces/clock/french_revolutionary_face.c \
 +  ../watch_faces/clock/minimal_clock_face.c \
+   ../watch_faces/complication/simon_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 f06aa0dbf2c5e07ee8bd9389987069e9024c7801,72aae1b11cf2e357385c703ba8e1791d16664c48..f5e463fec95120ba1e0c0044ef63bfecef578916
  #include "minute_repeater_decimal_face.h"
  #include "tuning_tones_face.h"
  #include "kitchen_conversions_face.h"
 +#include "wordle_face.h"
 +#include "endless_runner_face.h"
 +#include "periodic_face.h"
 +#include "deadline_face.h"
 +#include "higher_lower_game_face.h"
 +#include "french_revolutionary_face.h"
 +#include "minimal_clock_face.h"
+ #include "simon_face.h"
  // New includes go above this line.
  
  #endif // MOVEMENT_FACES_H_