Skip to content

meownoid/instinct2s-watch-face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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