A Garmin watchface project that uses the Connect IQ SDK to show the number of days since October 7, 2023 on the watch.
Supported watches are those with SDK level 5.0.0 (System 7) and above with color display (both MIP or AMOLED), as listed in the manifest file. Models with B&W display (Instinct 3 Solar and Instinct E) are not supported.
- Install Garmin ConnectIQ SDK
- The code looks for the developer key file two folders up (../..). If this is different in your environment then change it.
./test_all_devices.shUses /usr/sbin/screencapture and getwindowid. To nstall getwindowid:
brew tap smokris/getwindowid
brew install getwindowid