summaryrefslogtreecommitdiffstats
path: root/movement/template
Commit message (Collapse)AuthorAgeFilesLines
* 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