summaryrefslogtreecommitdiffstats
path: root/movement/make
Commit message (Collapse)AuthorAgeFilesLines
* faces: restore simple_clock_faceMatheus Afonso Martins Moreira2024-03-161-0/+1
| | | | Restore the original simple clock face as requested.
* Merge branch 'advanced-clock+24h' into advancedMatheus Afonso Martins Moreira2024-03-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Completely refactors the simple clock face and lays the foundations for new features. Also adds a compile time 24 hour mode only feature. Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/373
| * faces: rename simple_clock_face to clock_faceMatheus Afonso Martins Moreira2024-02-241-1/+1
| | | | | | | | | | It's not actually so simple and will only gain features from now on. Just "clock face" also feels more canonical.
* | Merge branch 'usb-improvements' into advancedMatheus Afonso Martins Moreira2024-03-081-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change newline prints to also send carriage return - Introduce shell module for serial shell with argument parsing - Introduce shell command list for compile time command registration - Refactor file system commands for shell subsystem - Introduce new shell commands: - 'help' command - 'flash' command to reset into bootloader - 'stress' tests CDC serial writes of various lengths - optional delay parameter - Harden USB handling - Hangs less - Drops fewer inputs - Circular buffers for both reads and writes Reported-by: Edward Shin <contact@edwardsh.in> Tested-by: Edward Shin <contact@edwardsh.in> Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Reviewed-by: James Haggerty <james@gruemail.com> Reviewed-by: Wesley Aptekar-Cassels <me@wesleyac.com> Reviewed-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/344
| * USB ImprovementsEdward Shin2024-01-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce shell module for basic serial shell with argument parsing * Introduce shell_cmd_list module for basic compile-time command registration * Harden USB handling to hang less and drop fewer inputs - Service tud_task() with periodic TC0 timer interrupt - Service cdc_task() with periodic TC1 timer interrupt - Handle shell servicing in main app loop - Add a circular buffering layer for reads/writes * Change newline prints to also send carriage return * Refactor filesystem commands for shell subsystem * Introduce new shell commands: - 'help' command - 'flash' command to reset into bootloader - 'stress' command to stress CDC writes Testing: * Shell validated on Sensor Watch Blue w/ Linux host * Shell validated in emscripten emulator * Tuned by spamming inputs during `stress` cmd until stack didn't crash
* | Merge branch 'main' into watch-face-save-loadWesley Aptekar-Cassels2024-01-212-2/+9
|\ \
| * \ Merge branch 'main' into watch-face-day-night-percentageWesley Aptekar-Cassels2024-01-212-2/+8
| |\ \
| | * \ Merge branch 'main' into watch-face-simple-coin-flipWesley Aptekar-Cassels2024-01-212-2/+7
| | |\ \
| | | * \ Merge branch 'main' into watch-face-solsticeWesley Aptekar-Cassels2024-01-212-2/+6
| | | |\ \
| | | | * | fix alternate firmware scriptjoeycastillo2024-01-101-2/+2
| | | | |/
| | | | * Kitchen Conversions FacePrimmR2023-12-011-0/+1
| | | | |
| | | | * Merge branch 'main' into couch-2-5kEkaitz Zárraga2023-11-191-0/+2
| | | | |\
| | | | | * Merge branch 'main' into feat/minute-repeater-decimal-faceWesley Aptekar-Cassels2023-11-191-0/+1
| | | | | |\
| | | | | | * Merge pull request #270 from perw/tuning_tonesWesley Aptekar-Cassels2023-11-181-0/+1
| | | | | | |\ | | | | | | | | | | | | | | | | new face: Tuning tones
| | | | | | | * new face: Tuning tonesPer Waagø2023-09-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new face that plays out tones that can be used as a reference when tuning musical instruments.
| | | | | * | | Add minute repeater decimal faceBrian Blakley2023-10-241-0/+1
| | | | | |/ /
| | | | * | | Fit naming conventionsEkaitz Zarraga2023-11-191-1/+1
| | | | | | |
| | | | * | | Add Couch-To-5k training faceEkaitz Zarraga2023-10-211-0/+1
| | | | |/ /
| | | * / / Add solstice_face.Wesley Aptekar-Cassels2023-11-061-0/+1
| | | |/ /
| | * / / Add simple_coin_flip_face.Wesley Aptekar-Cassels2023-11-081-0/+1
| | |/ /
| * / / Add day_night_percentage_face.Wesley Aptekar-Cassels2023-11-091-0/+1
| |/ /
* / / Add save_load_face.Wesley Aptekar-Cassels2023-11-091-0/+1
|/ /
* | update alternate firmware for new board colorjoeycastillo2023-09-131-1/+1
| |
* | add new COLOR flagjoeycastillo2023-09-131-1/+1
|/
* Decimal time face (#260)mrbrown82023-07-291-0/+1
| | | | | | | | | | | * Update movement_faces.h adding decimal_time_face.h to build * Decimal Time, a new clock face This face presents the current time as hours and hundredths of an hour. * add decimal time to Makefile
* Wyoscan .5 hz watchface (#256)Willy Hardy2023-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * initial wyoscan commit * initial attempt at animation * kinda working * visually working but running out of memory * slower * little fixes * add hardware watch blink function * refine number animation * remove movement from config for merging * silence warnings --------- Co-authored-by: Willy Hardy <whardy@redhat.com>
* add basic flashlight functionjoeycastillo2023-06-291-0/+1
|
* simple watch bin led: add functionality of representing the current time as ↵TheOnePerson2023-05-211-0/+1
| | | | binary code LED flashing.
* Randonaut Watch Face (#233)randogoth2023-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * original README * updated place_face * fallback to register location * removed pointless freq req * reset config * fixed dependency issue * minor bugfixes * saved a bit :) * fix
* Coin & Dice Toss & Geomantic Divination Watch Faces (#235)randogoth2023-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* silence warnings around morsecalcjoeycastillo2023-04-161-1/+0
|
* Revert "Coin & Dice Toss & Geomantic Divination Watch Faces (#235)"joeycastillo2023-04-161-2/+0
| | | | This reverts commit 34030bf3e403b2043dcd9f960189d93190dcbb0c.
* Revert "Randonaut Watch Face (#233)"joeycastillo2023-04-161-1/+0
| | | | This reverts commit a3fe36f6dbdbde331fb7c10138e4b0c3fa8ad298.
* Randonaut Watch Face (#233)randogoth2023-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * original README * updated place_face * fallback to register location * removed pointless freq req * reset config * fixed dependency issue * minor bugfixes * saved a bit :) * fix
* Coin & Dice Toss & Geomantic Divination Watch Faces (#235)randogoth2023-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Planetary Hours Faces (#234)randogoth2023-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial setup & test * simplified solar calulcation function * Initial Release * initial setup * UTC offset fixes * finished and cleaned up * renamed faces * optimizations & astro symbols * wrapping ruler * cleanup * optimizations * merged latest place_face * documentation * fixed faster seconds * removed place_face from branch * reset config --------- Co-authored-by: NN Solex <info@sublunar.space> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Aperture priority light meter face (#230)Christian Chapman2023-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit, added opt3001 light meter test app * tested working light meter board, i2c communication still has issues * fixed i2c; rudimentary lightmeter works! * added aperture priority ui * added aperture priority ui * added README * adjusted cal * fixed bugs (HI shutter speed, lux mode toggle) * made it possible to advance to the next face * initialized lux variable * lowered tolerance for HI and LO * Changed EV display from always showing EV100 to showing EV[iso setting] * dont display old ev when ISO changes * changed mode and light behavior * updated readme * fixed indentation * made lightmeter display logic more consistent * made lightmeter display logic more consistent * reverted rules.mk (for merge into upstream) * reverted rules.mk (for merge into upstream) * removed OPT3001 PCB model * made lux mode default, corrected timeout behavior --------- Co-authored-by: Christian Chapman <user@debian>
* Adding Breathing complication (#220)Bernd Plontsch2023-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | * Added complication * Including complication in build configuration * Clean up * restore default watch face selection * Fixed comment * Remove unused * Made functions internal --------- Co-authored-by: Bernd Plontsch <bernd@plontsch@gmail.com> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Morsecalc refactor (#229)Christian Chapman2023-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Morse code based RPN calculator * added manual and memory register * fixed morsecalc negative indicator, edited header comment * adjusted stack display controls * Fixed warnings. Added calculator token aliasing ability. Added binary shorthand for numeral entry. Extended morse code binary tree. * ui tweaks * Update movement_config.h * silence warning * Reorganized codebase and simplified morse code reading routines. * added 'quit if submission is empty' behavior * reverted rules.mk change for merge into main * corrected timeout behavior * consolidated morsecode lib into one file; deleted old mc.c mc.h * consolidated morsecode lib into one file; deleted old mc.c mc.h * removed specious null in morsecode bintree string --------- Co-authored-by: Christian Chapman <user@debian> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Time Left Face: Visualize progress in any time interval (#217)TheOnePerson2023-03-111-0/+1
| | | | | | | | | | | * time left face: initial commit, fully functional * time left face: typos * time left face: correct even more typos in documentation --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Alternative implementation of world clock (#216)Konrad Rieck2023-03-111-0/+1
| | | | | | | | | | | * Implementation of alternative world clock. * Fixed two minor bugs - Only start in settings mode on first activation - Fixed typo in time zone names --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Invaders Face (#210)TheOnePerson2023-03-111-0/+1
| | | | | | | | | | | * invaders face: Initial commit, fully functional so far * invaders face: silence compiler warning * invaders face: prevent involuntary restarts when the game is over and save some bytes on flags --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* Activity face + Chirpy TX (#187)gugray2023-03-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chirpy demo face; activity face stub * activity face WIP: can log, pause and clear * activity face and chirpy demo: ready to flash to watch * activity face tweaks * hour display for hours < 10 * fix: added rogue paused seconds when stopping activity * LE mode; lower power with 1Hz tick * fix: midnight is 12 * Documentation in code comments * fixes from code review by @neutralinsomniac * chirpy_demo_face option to chirp out nanosec.ini + auto-format * UI tweaks * remove erroneously added file (content revoked) * UI tweaks: return from LE mode; time display vs LAP * add default loop handler (will enable long-mode-to-first-face) * reset watch faces to match main branch
* Timer Face: Advanced countdown face with presets (#224)TheOnePerson2023-03-111-0/+1
| | | | | | | | | * timer face: initial commit, fully functional * timer face: show slot number in normal mode --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* discgolf_face initial commit (#207)thg1912023-03-111-0/+1
| | | | | | | | | | | | | | | * 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>
* Merge branch 'main' into repetition_minutejoeycastillo2023-03-111-0/+1
|\
| * habit facetslil clingman2023-02-101-0/+1
| | | | | | | | | | Track a single habit, occuring at most once per day, with an eight-day look back and total count
* | New face - Repetition Minute, fork of simple clock with an accessibility ↵Jonas Termeau2023-02-021-0/+1
|/ | | | feature added : time reading via beeps
* Add ships_bell_face (#182)buckket2023-01-231-0/+1
|
* Morse-code based RPN calculator (#164)Christian Chapman2023-01-201-0/+6
| | | | | | | | | | | | | | | | | | | | * Added Morse code based RPN calculator * added manual and memory register * fixed morsecalc negative indicator, edited header comment * adjusted stack display controls * Fixed warnings. Added calculator token aliasing ability. Added binary shorthand for numeral entry. Extended morse code binary tree. * ui tweaks * Update movement_config.h * silence warning Co-authored-by: Christian Chapman <user@debian> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>