This watch face is designed specifically for the Garmin Instinct 2S. It is clean, simple, and bold. It shows the time, day of the month, day of the week, and indicates if the battery charge is less than 20%.
To build the watch face, you will need the Garmin Connect IQ SDK. After installing the SDK you will need to generate a developer key and change the KEY_PATH
in the Makefile
.
Create a debug build:
make build
Run the debug build in the simulator:
make run
Create a release build:
make release
Deploy the release build to the watch connected via USB:
make deploy