raspberrypi:materiels:hdmitct5p

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
raspberrypi:materiels:hdmitct5p [2019/07/14 10:15] philipperaspberrypi:materiels:hdmitct5p [2021/08/11 09:19] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +{{ :suivant.png?nolink&30|}} {{ :retour.png?nolink&30|}} [[raspberrypi:materiels:accueilmat
 +|{{ :iconemaison.jpg?nolink&30|Sommaire "Les Matériels"}}]]
 +
 +{{ :raspberrypi:iconraspi.png?nolink&50|}}
 +
 +===== Écran HDMI LCD Tactile 5" 800x480 ====
 +
 +[Mise à jour le 14/7/2019]
 +
 +=== Sources ===
 +  * **Wiki** pour l'installation de l'écran <html><a href="https://www.waveshare.com/wiki/5inch_HDMI_LCD" target="_blank">5inch LCD for Pi</a></html>
 +
 +=== Distributeur ===
 +  * **Gotronic** : <html><a href="https://www.gotronic.fr/art-ecran-tactile-5-lcd5-pour-raspberry-pi-25666.htm" target="_blank">Écran tactile 5'' LCD5 pour Raspberry Pi</a></html>
 +{{ :raspberrypi:materiels:ecran_5pouces_raspi.jpg?nolink&200|}}
 +
 +==== Description ====
 +Écran couleur LCD tactile résistif HDMI 5" 800 x 480 pixels compatible avec la carte Raspberry Pi 3. Cet écran s'enfiche directement sur les ports HDMI et GPIO du Raspberry Pi.
 +
 +==== Caractéristiques ====
 +  * **Alimentation**:
 +    * commande de l'écran via le Raspberry (port GPIO et HDMI)
 +    * 5 Vcc pour le rétroéclairage (via prise micro-USB)
 +  * **Dimension** écran: 5'' (12,7 cm)
 +  * **Résolution**: 800 x 480 pixels
 +  * **Interface**: HDMI (affichage) et SPI (tactile)
 +  * **Systèmes d'exploitation supportés** : Raspbian et Ubuntu
 +  * **Dimensions**: 120 x 79 mm
 +  * Livré avec entretoises de fixation, adaptateur HDMI et stylet.
 +
 +==== Montage, image préparée, installation et configuration du driver, calibrage ====
 +  * Suivre les indications du <html><a href="https://www.waveshare.com/wiki/5inch_HDMI_LCD" target="_blank">wiki</a></html> illustrées par la vidéo sur <html><a href="https://www.youtube.com/watch?v=l8JJeI0ip-4" target="_blank">Youtube</a></html>
 +
 +> //Remarque// : pour le calibrage d'un écran contrôlé par un XPT2046, remplacer ADS7846 par XPT2046 dans 99-calibration.conf comme dans l'exemple ci-dessous :
 +
 +<code bash>
 +Section "InputClass"
 +        Identifier "calibration"
 +        MatchProduct "XPT2046  Touchscreen"
 +        Option "Calibration" "3871 147 4024 229"
 +        Option "SwapAxes" "1"
 +EndSection 
 +</code>