From 9e88f37ced6a21740803f804c6528fc472ca3dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Waag=C3=B8?= Date: Sun, 19 Mar 2023 21:46:21 +0100 Subject: new face: Tuning tones Add a new face that plays out tones that can be used as a reference when tuning musical instruments. --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 625c7729..06e1725d 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -118,6 +118,7 @@ SRCS += \ ../watch_faces/complication/flashlight_face.c \ ../watch_faces/clock/decimal_time_face.c \ ../watch_faces/clock/wyoscan_face.c \ + ../watch_faces/complication/tuning_tones_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. -- cgit v1.2.3 From 9c895817a07cfaae6e1d27fe8e84fd4a1926e960 Mon Sep 17 00:00:00 2001 From: Brian Blakley Date: Tue, 24 Oct 2023 18:20:54 -0400 Subject: Add minute repeater decimal face --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 625c7729..64c0364f 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -118,6 +118,7 @@ SRCS += \ ../watch_faces/complication/flashlight_face.c \ ../watch_faces/clock/decimal_time_face.c \ ../watch_faces/clock/wyoscan_face.c \ + ../watch_faces/clock/minute_repeater_decimal_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. -- cgit v1.2.3