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
This commit is contained in:
Spencer Bywater
2022-05-18 08:11:34 -07:00
committed by GitHub
parent cd40573535
commit 96aaa47c8e
4 changed files with 235 additions and 0 deletions

View File

@@ -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.