summaryrefslogtreecommitdiffstats
path: root/movement/template/watch_face.py
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
|
* 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-261-0/+73
template. Corrected template file's missing includes and incorrect memset placeholder.