You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Funix Watch** est un exemple de l'utilisation du [SDK Connect IQ](https://developer.garmin.com/connect-iq/overview/) pour personnaliser l'affichage d'une montre Garmin. Il est configuré pour pouvoir être utilisé sur une montre Garmin Instinct 2 (modèle surf) mais il est assez facile de personnaliser le code.
4
+
L'environnement de développement utilisé est [Visual Studio Code](https://code.visualstudio.com/) sous linux avec l'extension Connect IQ.
5
+
6
+
Avec ces sources vous saurez comment:
7
+
- faire un rafraichissement toutes les secondes pour l'affichage des secondes en utilisant la fonction [onPartialUpdate](https://developer.garmin.com/connect-iq/connect-iq-faq/how-do-i-get-my-watch-face-to-update-every-second/)
8
+
- Créer une jauge graphique de batterie
9
+
- Rajouter une font personnalisée
10
+
- Rajouter des images personnalisées
11
+
12
+
## English version
13
+
**Funix Watch** is an example of using the [Connect IQ SDK](https://developer.garmin.com/connect-iq/overview/) to customize the display of a Garmin watch. It is configured for use on a Garmin Instinct 2 watch (surfing model) but it is quite easy to customize the code.
14
+
The development environment used is [Visual Studio Code](https://code.visualstudio.com/) under Linux with the Connect IQ extension.
15
+
16
+
With these sources you will know how to:
17
+
- refresh every second for the seconds display using the [onPartialUpdate](https://developer.garmin.com/connect-iq/connect-iq-faq/how-do-i-get-my) function -watch-face-to-update-every-second/)
0 commit comments