Modifications

Sauter à la navigation Sauter à la recherche
431 octets ajoutés ,  12 janvier 2014 à 20:44
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{ADF-LED-BACKPACK-NAV}}
 
{{ADF-LED-BACKPACK-NAV}}
   −
{{traduction}}
+
== Librairies ==
 +
Vous aurez besoin de deux librairies:
 +
* Adafruit LED Backpack
 +
* Adafruit GFX
   −
== Librairie ==
+
=== Librairie LED Backpack ===
* Download the [https://github.com/adafruit/Adafruit-LED-Backpack-Library Adafruit LED Backpack library from github] - This code provides support for the mini 8x8, 7-segment and bicolor LED matrix backpacks.
+
{{bloc-etroit
 +
  |text= Téléchargez la [https://github.com/adafruit/Adafruit-LED-Backpack-Library librairie Adafruit LED Backpack depuis github] - Ce code fournit le support pour les matrices mini 8x8, afficheurs 7-segments et matrice LED bicolore.
   −
To download click the DOWNLOADS button in the top right corner, rename the uncompressed folder '''Adafruit_LEDBackpack'''. Check that the '''Adafruit_LEDBackpack''' folder contains '''Adafruit_LEDBackpack.cpp''' and '''Adafruit_LEDBackpack.h''' Place the Adafruit_LEDBackpack library folder your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. You'll also need to download the [https://github.com/adafruit/Adafruit-GFX-Library Adafruit GFX library] - its not actually used for the 7-segment, its only for the matrix backpacks but its still required. Restart the IDE.
+
Pour télécharger, cliquez le bouton DOWNLOADS en haut à droite, renommez le répertoire décompressé '''Adafruit_LEDBackpack'''. Vérifiez qu'il contienne bien les fichiers '''Adafruit_LEDBackpack.cpp''' et '''Adafruit_LEDBackpack.h'''  
   −
* You'll also need to download the [https://github.com/adafruit/Adafruit-GFX-Library Adafruit GFX library] that provides the graphics drawing routines, and must be installed even if you're not using the GFX routines!
+
Placez la librairie (le répertoire Adafruit_LEDBackpack) dans votre répertoire arduinosketchfolder/'''libraries'''/ . Vous pourriez avoir besoin de créer le sous répertoire librairies si c'est la première librairie que vous installez. }}
 +
 
 +
=== Librairie GFX ===
 +
 
 +
Vous aurez également besoin de télécharher la [https://github.com/adafruit/Adafruit-GFX-Library librairie Adafruit GFX] - même si elle n'est pas vraiment utilisée avec les afficheurs 7 segments, elle est liée par la libraire LED Backpack (pour les matrices).
 +
 
 +
Redémarrez votre IDE Arduino.
 +
 
 +
NB: ''Il est nécessaire de télécharger la [https://github.com/adafruit/Adafruit-GFX-Library librairie Adafruit GFX] qui fournit les services/routines de dessins. Elle doit être installée même si elle n'est pas utilisée!
    
== Autres ==
 
== Autres ==
* [https://github.com/adafruit/Adafruit-LED-Backpacks Schematic and PCB files are available from Github] - in Eagle 6 format.
+
* [https://github.com/adafruit/Adafruit-LED-Backpacks Schéma et fichiers PCB disponible depuis Github] - au format Eagle 6.
* The backpacks all use the [http://www.adafruit.com/datasheets/ht16K33v110.pdf HT16K33 chip] solely for LED driving - the mini 8x8's use the 24 pin version and the others use the 28 pin vesion
+
* Tous les backpack utilisent le composant HT16K33. [http://df.mchobby.be/datasheet/ht16K33v110.pdf Cliquez ici pour consulter la fiche technique du HT16K33]. Le HT16K33 est uniquement destiné au contrôle des LEDs - la matrice 8x8 mini utilise la version 24 broches et les autres la version 28 broches.
    
{{ADF-LED-BACKPACK-TRAILER}}
 
{{ADF-LED-BACKPACK-TRAILER}}
29 917

modifications

Menu de navigation