-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
# Funix-Watch | ||
# Funix Watch | ||
## Version française | ||
**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. | ||
L'environnement de développement utilisé est [Visual Studio Code](https://code.visualstudio.com/) sous linux avec l'extension Connect IQ. | ||
L'environnement de développement utilisé est [Visual Studio Code](https://code.visualstudio.com/) sous linux avec l'extension Connect IQ. Vous trouverez davantage de détails sur l'installation de cette environnement sur mon site [Funix](https://www.funix.org/fr/linux/index.php?ref=garmin). | ||
|
||
Avec ces sources vous saurez comment: | ||
- 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/) | ||
- Créer une jauge graphique de batterie | ||
- Rajouter une font personnalisée | ||
- Rajouter des images personnalisées | ||
|
||
**Avertissement** | ||
Ces sources sont mises à disposition sous licence GPL à des fins didactiques sans aucune garantie de résultat, je ne saurais être tenu responsable de tout dommage sur votre montre GPS. | ||
|
||
## English version | ||
**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. | ||
The development environment used is [Visual Studio Code](https://code.visualstudio.com/) under Linux with the Connect IQ extension. | ||
The development environment used is [Visual Studio Code](https://code.visualstudio.com/) under Linux with the Connect IQ extension. You will find more details on installing this environment on my site [Funix](https://www.funix.org/fr/linux/index.php?ref=garmin). | ||
|
||
With these sources you will know how to: | ||
- 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/) | ||
- Create a graphical battery gauge | ||
- Add a custom font | ||
- Add personalized images | ||
|
||
** Warning ** | ||
These sources are made available under GPL license for educational purposes without any guarantee of results, I cannot be held responsible for any damage to your GPS watch. | ||
|
||
![connectiq-render](https://github.com/user-attachments/assets/1f515dfc-5175-4883-8076-f0303528f3fc) | ||
|
||
|