Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | template: fix compiler warning on watch_face_index as mentioned in PR 269 | CarpeNoctem | 2024-01-17 | 1 | -0/+1 |
| | |||||
* | typo | joeycastillo | 2023-01-17 | 1 | -1/+1 |
| | |||||
* | clarify return value notes in template | joeycastillo | 2023-01-17 | 1 | -2/+6 |
| | |||||
* | fix documentation of default loop handler in template | joeycastillo | 2023-01-15 | 1 | -2/+2 |
| | |||||
* | add movement_default_loop_handler, test with default watch faces | joeycastillo | 2023-01-14 | 1 | -7/+9 |
| | |||||
* | Add documentation to read me to encourage watch face designers | Aaron Strick | 2023-01-10 | 1 | -0/+7 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express | Joey Castillo | 2022-05-02 | 1 | -0/+1 |
|\ | |||||
| * | Add break statement for EVENT_TICK in watch_face template (#64) | Spencer Bywater | 2022-04-20 | 1 | -0/+1 |
| | | |||||
* | | add additional watch face types to generator | Joey Castillo | 2022-02-18 | 1 | -2/+2 |
|/ | |||||
* | Added output to watch face script | David Keck | 2022-02-04 | 1 | -22/+30 |
| | | | | | changed `--author_name` to `--author-name` to match typical style of command line arguments changed some function names and implementations to improve readability changed to `sys.exit` instead of exit as `sys.exit` is recommended for use in programs and `exit` is intended for use in the interactive shell (this can cause issues for some terminal emulators) | ||||
* | watch face script: autopopulate year | Joey Castillo | 2022-01-26 | 1 | -3/+2 |
| | |||||
* | minor typo fix | David Keck | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | added missing newlines to template files | David Keck | 2022-01-26 | 2 | -0/+2 |
| | |||||
* | Added license info to script | David Keck | 2022-01-26 | 1 | -0/+22 |
| | |||||
* | Added rough draft of watch_face script to generate custom watch faces from ↵ | David Keck | 2022-01-26 | 2 | -1/+76 |
| | | | | template. Corrected template file's missing includes and incorrect memset placeholder. | ||||
* | movement: add template for watch face generator | Joey Castillo | 2022-01-25 | 2 | -0/+137 |