Modifications

Sauter à la navigation Sauter à la recherche
374 octets ajoutés ,  28 décembre 2013 à 21:10
aucun résumé de modification
Ligne 3 : Ligne 3 :  
{{ADFImage|RASP-PiTFT-01.jpg|480px}}
 
{{ADFImage|RASP-PiTFT-01.jpg|480px}}
   −
One fun thing you can do with the display is have it as your main console instead of the HDMI/TV output. Even though it is small, with a good font you can get 20 x 40 of text. For more details, check out [https://github.com/notro/fbtft/wiki/Boot-console https://github.com/notro/fbtft/wiki/Boot-console]
+
Une des choses sympa avec cet affichage, c'est que vous pouvez l'utiliser comme console principale en lieu et place de la sortie HDMI/TV. Même si cet écran est petit, vous pouvez obtenir un écran texte de 20 x 40 en utilisant la bonne font. Voyez le lien [https://github.com/notro/fbtft/wiki/Boot-console https://github.com/notro/fbtft/wiki/Boot-console] pour plus de détails.
   −
First up, we'll update the boot configuration file to use the TFT framebuffer '''/dev/fb1''' instead of the HDMI/TV framebuffer /dev/fb0
+
Pour commencez, vous devez modifier le fichier de configuration du ''boot'' pour utiliser le framebuffer du TFT sur '''/dev/fb1''' à la place du framebuffer HDMI/TV sur  /dev/fb0
    
  sudo nano /boot/cmdline.txt  
 
  sudo nano /boot/cmdline.txt  
   −
you can also edit it by putting the SD card into a computer and opening the same file.
+
Vous pouvez également modifier ce fichier en plaçant votre carte SD dans votre ordinateur et en modifiant directement le fichier cmdline.txt.
   −
At the end of the line, find the text that says '''rootwait''' and right after that, enter in:
+
Trouvez le texte '''rootwait''' à la fin de la ligne et, juste après, entrez le texte ci-dessous:
   −
'''fbcon=map:10 fbcon=font:VGA8x8''' then save the file.
+
'''fbcon=map:10 fbcon=font:VGA8x8''' puis sauvez le fichier.
   −
{ambox|text=Note that the kernel has to load up the display driver module before it can display anything on it so you won't get the rainbow screen, a NooBs prompt, or a big chunk of the kernel details since the module is loaded fairly late in the boot process.}}
+
{ambox|text=Notez que le noyaux doit d'abord charger le module/pilote de l'afficheur avant d'y afficher quoi que ce soit. Puisque le pilote PiTFT est chargé très tard dans le processus de boot, vous ne verrez donc pas le dégradé de couleurs (le "[http://elinux.org/R-Pi_Troubleshooting#Coloured_splash_screen Rainbow Screen]", ni l'invite de sélection de NooBs, ni les nombreux détails relatif au chargement des précédents modules du noyau.}}
    
{{ADFImage|RASP-PiTFT-Console-01.png}}
 
{{ADFImage|RASP-PiTFT-Console-01.png}}
29 836

modifications

Menu de navigation