8 Commits

Author SHA1 Message Date
Joey Castillo
8cba4516bb add additional watch face types to generator 2022-02-18 10:05:46 -05:00
David Keck
e33530e1d0
Added output to watch face script
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)
2022-02-04 21:44:45 -06:00
Joey Castillo
5d5e5b125a watch face script: autopopulate year 2022-01-26 20:31:04 -05:00
David Keck
c130f13bb8 minor typo fix 2022-01-26 19:15:16 -05:00
David Keck
cc2696c71a added missing newlines to template files 2022-01-26 19:12:12 -05:00
David Keck
d58908517b
Added license info to script 2022-01-26 19:07:51 -05:00
David Keck
23610430b3 Added rough draft of watch_face script to generate custom watch faces from template. Corrected template file's missing includes and incorrect memset placeholder. 2022-01-26 18:59:48 -05:00
Joey Castillo
f819a18791 movement: add template for watch face generator 2022-01-25 17:12:56 -05:00