Modifications

Sauter à la navigation Sauter à la recherche
359 octets ajoutés ,  12 juillet 2015 à 20:12
aucun résumé de modification
Ligne 58 : Ligne 58 :  
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-15.png|640px}}
 
{{ADFImage|RASP-PiTFT-PLUS-Soft-Install-15.png|640px}}
   −
The '''rotate=''' variable tells the driver to rotate the screen 0 90 180 or 270 degrees.
+
La variable '''rotate=''' indique au pilote la rotation de l'image en degrés (0 90 180 ou 270 degrés).
* '''0''' is portrait, with the bottom near theUSB jacks
+
* '''0''' est le mode portrait, avec la bas près des connecteurs USB.
* '''90''' is landscape, with the bottom of the screen near the headphone jack
+
* '''90''' est le mode paysage, avec le bas de l'écran près de la fiche audio/vidéo.
* '''180''' is portrait, with the top near the USB jacks
+
* '''180''' est un mode portrait avec le haut de l'écran près des connecteurs USB.
* '''270''' is landscape, with the top of the screen near the headphone jack.
+
* '''270''' est un mode paysage avec le haut de l'écran près de la fiche audio/video.
You can change this file with nano and reboot to make the change stick.
+
Vous pouvez modifier le fichier avec nano et rebooter votre Pi pour que les modifications soient appliquées immédiatement.
   −
The '''speed=''' variable tells the driver how to fast to drive the display. 42MHz ('''42000000''') is a good place to start but if your screen is acting funny, try taking it down to 16MHz ('''16000000''') especially if you're doing something like using a GPIO extender to put the screen away from the Pi.
+
La variable '''speed=''' indique au pilote la vitesse à utiliser pour contrôler l'affichage. 42MHz ('''42000000''') est un bon point de départ pour commencer mais si votre écran semble réagir de façon bizarre, essayez de descendre à une vitesse de 16MHz ('''16000000''') c'est plus spécialement le cas lorsque vous utiliser un câble GPIO pour placer l'écran plus loin du Pi.
   −
Save the file. Now we'll just reboot to let it all sink in.
+
Sauvez le fichier. Maintenant, il ne reste plus qu'a rebooter pour que tout se mette en place.
   −
'''sudo shutdown -h now''' (if you don't have the TFT installed, shutdown, place the TFT on the Pi and re-power)
+
'''sudo shutdown -h now''' (Si vous n'avez pas encore votre PiTft installé, éteignez votre Pi proprement, mettez le hors-tension, placez le TFT sur le Pi puis remettez sous tension)
    
OU
 
OU
   −
'''sudo reboot''' (if you have the TFT plate installed already)
+
'''sudo reboot''' (Si vous avez déjà le PiTft en place sur le Raspberry)
   −
When the Pi restarts, the attached PiTFT should start out all white and then turn black. That means the kernel found the display and cleared the screen. If the screen did not turn black, that means that likely there's something up with your connection or kernel install. Solder anything that needs resoldering!
+
Lorsque le Pi démarre, l'écran PiTFT doit devenir entièrement blanc avant de passer au noir. Cela signifie que le module du noyaux est chargé et qu'il a ensuite passé l'écran en noir. Si l'écran ne passe pas en noir, cela signifie qu'il y a quelque-chose d'incorrect avec la connexion ou l'installation du module noyaux.  
 +
 
 +
{{traduction}}
     
29 910

modifications

Menu de navigation