development

Making a custom Garmin watch face

2022-06-10 | development

High-level view of the key steps # (Assumed as pre-requisite): Install Visual Studio Code (Assumed as pre-requisite): Have a Garmin account Installing the Garmin Connect SDK Installing the MonkeyC extension (Garmin SDK extension for project support, development and code analysis) Set up a new MonkeyC Watch face project Run the Garmin device simulator Create the digital time display Create a function to draw ‘gauges’ Configure data gauges Compile the project Upload to Garmin Connect IQ store Download the watch face to your watch The repository for this guide can be found here. ...