diff options
| author | randogoth <kflux@posteo.de> | 2023-04-16 15:16:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 10:16:10 -0400 |
| commit | 34030bf3e403b2043dcd9f960189d93190dcbb0c (patch) | |
| tree | 8aed387d4d0d872e801fa1c62bda9d8677c03f94 /movement/make | |
| parent | ccf44281e70f6f1f17df9e28cc6f1e22ee2d7c32 (diff) | |
| download | Sensor-Watch-34030bf3e403b2043dcd9f960189d93190dcbb0c.tar.gz Sensor-Watch-34030bf3e403b2043dcd9f960189d93190dcbb0c.tar.bz2 Sensor-Watch-34030bf3e403b2043dcd9f960189d93190dcbb0c.zip | |
Coin & Dice Toss & Geomantic Divination Watch Faces (#235)
* init
* advanced latlon setting
* simple functionality done
* lat lon high precision fwd bwd
* edit toggle
* added readme for branch
* DD DMS conversion & cleanup
* DD to OLC conversion
* olc encoding & decoding
* OLC implementation
* swapped bools for modes, code cleanup
* place name editor
* updated button logic, fixed display
* load and save places in state array
* todo list
* simplified OLC functions
* geohash conversion functions
* geohash display & digit functions
* todo
* finished geohash implementation
* code display function, defaults, bugfixes
* read/write file/reg logic
* long light in DATA to cancel
* write to registry
* todo
* read & write backup register
* file read/write
* todo
* new more concise button logic, optimizations
* todo
* renamed & cleaned up, fixed button logic
* documentation
* documentation
* LAP mode for all coordinate screens
* faster and more precise geohash algorithm
* updated description
* updated docu
* simple place face
* bugfixes, updated documentation
* init
* meh
* added public functions for OLC and Geohash
* randonauting face
* fix
* display fix
* cleanup
* bugfixes
* bugfix
* added place
* fixed TRNG call
* fixed declaration conflict
* modulo bias filter
* simplified things, chance RNG selection
* fixed button logic, better menus
* cleanup
* documentation
* docu fixes
* init
* basic functions
* all needed static functions done
* progress
* coins and dice done
* progress
* place update
* divination faces functionality done
* better divine_bit
* figure numbers and names
* captions optional
* coin animation
* dice animation & optimizations
* animation
* changed names, documented
* bugfix
* cleanup
* reset config
---------
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
| -rw-r--r-- | movement/make/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 50ba05cf..361f7c9d 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -112,6 +112,8 @@ SRCS += \ ../watch_faces/complication/invaders_face.c \ ../watch_faces/clock/world_clock2_face.c \ ../watch_faces/complication/time_left_face.c \ + ../watch_faces/complication/toss_up_face.c \ + ../watch_faces/complication/geomancy_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. |
