Différences entre versions de « Tutoriel Librairie Adafruit GFX »
Ligne 8 : | Ligne 8 : | ||
The Adafruit_GFX library works together with a second library provided for each specific display type — for example, the ST7735 1.8" color LCD requires installing both the Adafruit_GFX and Adafruit_ST7735 libraries. The following libraries now operate in this manner: | The Adafruit_GFX library works together with a second library provided for each specific display type — for example, the ST7735 1.8" color LCD requires installing both the Adafruit_GFX and Adafruit_ST7735 libraries. The following libraries now operate in this manner: | ||
+ | |||
+ | |||
Produit disponible chez MC Hobby: | Produit disponible chez MC Hobby: | ||
* [https://github.com/adafruit/TFTLCD-Library Adafruit_TFTLCD], pour l'[http://mchobby.be/PrestaShop/product.php?id_product=16 écran tactile 2.8" TFT pour Arduino], un shield AdaFruit. | * [https://github.com/adafruit/TFTLCD-Library Adafruit_TFTLCD], pour l'[http://mchobby.be/PrestaShop/product.php?id_product=16 écran tactile 2.8" TFT pour Arduino], un shield AdaFruit. | ||
− | Produit que [http://www.mchobby.be MC Hobby] | + | |
+ | Produit que [http://www.mchobby.be MC Hobby] importe sur demande. | ||
Si vous désirez l'un de ces produits, envoyez un e-mail à '''info (arobase) mchobby.be''': | Si vous désirez l'un de ces produits, envoyez un e-mail à '''info (arobase) mchobby.be''': | ||
− | * [https://github.com/adafruit/TFTLCD-Library Adafruit_TFTLCD], | + | * [https://github.com/adafruit/TFTLCD-Library Adafruit_TFTLCD], Pour le breakout board Ecran Tactile 2.8" [http://www.adafruit.com/products/335 2.8" TFT LCD touchscreen] d'AdaFruit. |
− | * [https://github.com/adafruit/RGB-matrix-Panel RGBmatrixPanel], | + | * [https://github.com/adafruit/RGB-matrix-Panel RGBmatrixPanel], pour l'affichage à Matrice LED RGB [http://www.adafruit.com/products/420 16x32] et [http://www.adafruit.com/products/607 32x32] d'AdaFruit (RGB LED Matrix panels). |
− | * [https://github.com/adafruit/Adafruit-HX8340B Adafruit_HX8340B], | + | * [https://github.com/adafruit/Adafruit-HX8340B Adafruit_HX8340B], pour le [http://www.adafruit.com/products/797 2.2" TFT Display with microSD] d'AdaFruit. |
− | * [https://github.com/adafruit/Adafruit-ST7735-Library Adafruit_ST7735], | + | * [https://github.com/adafruit/Adafruit-ST7735-Library Adafruit_ST7735], pour le [http://www.adafruit.com/products/358 1.8" TFT Display with microSD] d'AdaFruit. |
− | * [https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library Adafruit_PCD8544], | + | * [https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library Adafruit_PCD8544], pour l'écran [http://www.adafruit.com/products/338 LCD Nokia 5110/3310 monochrome]. |
− | * [https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library Adafruit-Graphic-VFD-Display-Library], | + | * [https://github.com/adafruit/Adafruit-Graphic-VFD-Display-Library Adafruit-Graphic-VFD-Display-Library], pour l'écran [https://www.adafruit.com/products/773 graphique VFD 128x64] d'AdaFruit. |
− | * [https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino Adafruit-SSD1331-OLED-Driver-Library-for-Arduino] | + | * [https://github.com/adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino Adafruit-SSD1331-OLED-Driver-Library-for-Arduino] pour l'écran [http://www.adafruit.com/products/684 OLED couleur 16 bits de 0.96" w/microSD] d'AdaFruit. |
− | * [https://github.com/adafruit/Adafruit_SSD1306 Adafruit_SSD1306] | + | * [https://github.com/adafruit/Adafruit_SSD1306 Adafruit_SSD1306] pour l'écran [https://www.adafruit.com/products/326 OLEDs Monochrome 128x64] et [https://www.adafruit.com/products/661 OLEDs Monochrome 128x32] d'AdaFruit. |
− | |||
== Références == | == Références == |
Version du 22 juin 2012 à 06:42
En cours de traduction |
Librarie AdaFruit GFX
Introduction text
The Adafruit_GFX library for Arduino provides a common syntax and set of graphics functions for all of our LCD and OLED displays. This allows Arduino sketches to easily be adapted between display types with minimal fuss…and any new features, performance improvements and bug fixes will immediately apply across our complete offering of color displays.
The Adafruit_GFX library works together with a second library provided for each specific display type — for example, the ST7735 1.8" color LCD requires installing both the Adafruit_GFX and Adafruit_ST7735 libraries. The following libraries now operate in this manner:
Produit disponible chez MC Hobby:
- Adafruit_TFTLCD, pour l'écran tactile 2.8" TFT pour Arduino, un shield AdaFruit.
Produit que MC Hobby importe sur demande.
Si vous désirez l'un de ces produits, envoyez un e-mail à info (arobase) mchobby.be:
- Adafruit_TFTLCD, Pour le breakout board Ecran Tactile 2.8" 2.8" TFT LCD touchscreen d'AdaFruit.
- RGBmatrixPanel, pour l'affichage à Matrice LED RGB 16x32 et 32x32 d'AdaFruit (RGB LED Matrix panels).
- Adafruit_HX8340B, pour le 2.2" TFT Display with microSD d'AdaFruit.
- Adafruit_ST7735, pour le 1.8" TFT Display with microSD d'AdaFruit.
- Adafruit_PCD8544, pour l'écran LCD Nokia 5110/3310 monochrome.
- Adafruit-Graphic-VFD-Display-Library, pour l'écran graphique VFD 128x64 d'AdaFruit.
- Adafruit-SSD1331-OLED-Driver-Library-for-Arduino pour l'écran OLED couleur 16 bits de 0.96" w/microSD d'AdaFruit.
- Adafruit_SSD1306 pour l'écran OLEDs Monochrome 128x64 et OLEDs Monochrome 128x32 d'AdaFruit.
Références
- Source: Cet Article
Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : « Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.
L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.
Traduit avec l'autorisation d'AdaFruit Industries - Translated with the permission from Adafruit Industries - www.adafruit.com