Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 911 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 911 Bytes

Watch face for the Garmin Instinct 2S

Watch face screenshot

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%.

Usage

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