diff options
| author | thg191 <32111025+RighteousLightning@users.noreply.github.com> | 2023-03-11 21:12:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 16:12:00 -0500 |
| commit | 7584f9bf98ea0d42a3c02e92d24f541a54836d8b (patch) | |
| tree | 62b0325d0907133a8014c56a89e90188920c33eb /movement/make | |
| parent | b7419866d92c489925f7ff90c9ddf8f03d3f9a65 (diff) | |
| download | Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.tar.gz Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.tar.bz2 Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.zip | |
discgolf_face initial commit (#207)
* discgolf_face initial commit
* Comment on wrong line
* updated drawing method and added beeps
* Put description in appropriate file, added license
* fixed for loops that didn't cover whole array, long mode press snaps back to default face
---------
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
| -rw-r--r-- | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index aa222627..3ce60dc2 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -96,6 +96,7 @@ SRCS += \ ../watch_faces/complication/morsecalc_face.c \ ../watch_faces/complication/rpn_calculator_face.c \ ../watch_faces/complication/ships_bell_face.c \ + ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ ../watch_faces/clock/repetition_minute_face.c \ # New watch faces go above this line. |
