Skip to content

Commit da69d42

Browse files
authored
Update README.md
1 parent 806f387 commit da69d42

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# Funix-Watch
1+
# Funix-Watch
2+
## Version française
3+
**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/)
18+
- Create a graphical battery gauge
19+
- Add a custom font
20+
- Add personalized images
21+
22+
![connectiq-render](https://github.com/user-attachments/assets/1f515dfc-5175-4883-8076-f0303528f3fc)
23+
24+

0 commit comments

Comments
 (0)