summaryrefslogtreecommitdiffstats
path: root/movement/template
Commit message (Collapse)AuthorAgeFilesLines
* typojoeycastillo2023-01-171-1/+1
|
* clarify return value notes in templatejoeycastillo2023-01-171-2/+6
|
* fix documentation of default loop handler in templatejoeycastillo2023-01-151-2/+2
|
* add movement_default_loop_handler, test with default watch facesjoeycastillo2023-01-141-7/+9
|
* Add documentation to read me to encourage watch face designersAaron Strick2023-01-101-0/+7
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-expressJoey Castillo2022-05-021-0/+1
|\
| * Add break statement for EVENT_TICK in watch_face template (#64)Spencer Bywater2022-04-201-0/+1
| |
* | add additional watch face types to generatorJoey Castillo2022-02-181-2/+2
|/
* Added output to watch face scriptDavid Keck2022-02-041-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 yearJoey Castillo2022-01-261-3/+2
|
* minor typo fixDavid Keck2022-01-261-1/+1
|
* added missing newlines to template filesDavid Keck2022-01-262-0/+2
|
* Added license info to scriptDavid Keck2022-01-261-0/+22
|
* Added rough draft of watch_face script to generate custom watch faces from ↵David Keck2022-01-262-1/+76
| | | | template. Corrected template file's missing includes and incorrect memset placeholder.
* movement: add template for watch face generatorJoey Castillo2022-01-252-0/+137