Automating background generation for all Garmin screen sizes
Building watch faces like my Chinese and Cyberpunk designs is a lot of fun, but also very tedious. One of the biggest challenges is Garmin’s many screen sizes and resolutions.
Garmin doesn’t have a single screen size. There are at least a dozen different resolutions, from 240x240 on older devices to 454x454 on the newest Amoled ones. Some are square, some are round. If you want your watch face to look good on all of them, you have to manually resize all your background assets.
I built a Python-based Garmin Asset Generator to solve this.
DEVICES.md file to record which devices have which screen size and shapeBy using this tool, I can focus more on the design and logic of my watch faces and less on the repetitive task of exporting dozens of images.