Modifications

Sauter à la navigation Sauter à la recherche
312 octets ajoutés ,  14 juin 2012 à 06:15
Ligne 102 : Ligne 102 :     
== Images depuis la Carte SD ==
 
== Images depuis la Carte SD ==
There is a built in microSD card slot into the shield, and we can use that to load bitmap images! You will need a microSD card '''formatted FAT16 or FAT32''' (they almost always are by default)
+
Ce shield intègre un support pour carte microSD, et nous pouvons l'utiliser pour charger des images (bitmap)! Vous aurez besoin d'une carte microSD '''formattée en FAT16 ou FAT32''' (ce qui est presque toujours le cas par défaut)
    
{{tmbox
 
{{tmbox
 
| type = speedy
 
| type = speedy
| text = The SD card socket shares pins with the TFT, so many of the 'default' example sketches for the SD card will not work without following the initialization steps in this sketch. Before assuming that the TFT shield is broken because the default SD examples wont work, run this BMP drawing sketch. If you need to use the microSD card holder look carefully at the example sketch to see the steps to initialize the card and TFT in order }}
+
| text = Le connecteur de carte SD partage des pins/broches avec le TFT. Par conséquent, beaucoup de nos exemples ne fonctionneront pas correctement avec le lecteur SD dans leur configuration par défaut. Il faut ajouter quelques étapes d'initialisation complémentaire dans les sketchs (''voir ci-dessous''). Avant de considérer le shield TFT comme défectueux, parce que les exemples SD ne fonctionnent pas avec leur valeur par défaut, exécutez ce sketch qui affiche une image (BMP drawing sketch). Si vous avez besoin d'utiliser le lecteur de carte microSD lisez attentivement le sketch d'exemple afin d'identifier les étapes nécessaire pour initialiser le lecteur de carte et le TFT dans le bon ordre. }}
    
You'll also need to download our SD library modifyied to allow faster reads (these changes will be added to arduino v23) but for [https://github.com/adafruit/SD now you can download the new library here]. Download the library by clicking the '''Downloads''' button and uncompressing the folder. Replace the files in your '''ArduinoIDE/libraries/SD''' folder and restart the IDE.  
 
You'll also need to download our SD library modifyied to allow faster reads (these changes will be added to arduino v23) but for [https://github.com/adafruit/SD now you can download the new library here]. Download the library by clicking the '''Downloads''' button and uncompressing the folder. Replace the files in your '''ArduinoIDE/libraries/SD''' folder and restart the IDE.  
29 917

modifications

Menu de navigation