From 96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc Mon Sep 17 00:00:00 2001 From: Spencer Bywater Date: Wed, 18 May 2022 08:11:34 -0700 Subject: Probability watch face (#69) * Initial work on probability watch face * Complete probability watch face * Restore default movement_config * PR feedback: PR watch face title, use arc4random, clean up warnings * Use rand instead of arc4random when building on emulator * Accidentally overwrote movement_config --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 0936a26c..7c7cf2d6 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -61,6 +61,7 @@ SRCS += \ ../watch_faces/complication/orrery_face.c \ ../watch_faces/complication/astronomy_face.c \ ../watch_faces/complication/tomato_face.c \ + ../watch_faces/complication/probability_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 f120d66a98cac17fd69169500e148ffbc6eccd69 Mon Sep 17 00:00:00 2001 From: joshber <800692+joshber@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:57:12 -0400 Subject: Wake Face (#77) Co-authored-by: Josh Berson --- movement/make/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 7c7cf2d6..22e5f31b 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -62,6 +62,8 @@ SRCS += \ ../watch_faces/complication/astronomy_face.c \ ../watch_faces/complication/tomato_face.c \ ../watch_faces/complication/probability_face.c \ + ../watch_faces/complication/wake_face.c \ +# wake_face.c: Josh Berson, 2022-07-04 # 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