Différences entre versions de « Rasp-Hack-Afficheur-LCD-Package »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 2 : Ligne 2 :
  
 
{{bloc-etroit
 
{{bloc-etroit
   | text = This guide is based on Debian's "Wheezy" release for Raspberry Pi. It was made available in Mid July 2012. The following items must be installed in order to utilize the Raspberry Pi's GPIO pins. If you are running [[Rasp-Os-Occidentalis|Occidentalis d'AdaFruit]] you can just skip this page. }}
+
   | text = Ce guide est bassé sur la release "Wheezy" de Debian pour Raspberry Pi. Ces instructions d'installation restent d'application pour Raspbian Jessie Les éléments suivant doivent être installés de manière à pouvoir utiliser le GPIO du Raspberry Pi. }}
  
Add the latest dev packages for Python (2.x)  
+
Ajoutez les derniers paquets de développement pour Python (2.x)  
  
 
  <nowiki>$ sudo apt-get install python-dev</nowiki>
 
  <nowiki>$ sudo apt-get install python-dev</nowiki>
Ligne 10 : Ligne 10 :
 
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-01.jpg]]
 
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-01.jpg]]
  
Upgrade distribute (required for RPi.GPIO 0.3.1a) - [No image for this one]  
+
Faite une mise-à-jour distribute (nécessaire pour RPi.GPIO 0.3.1a) - [pas d'image disponible pour cette étape]  
  
 
  <nowiki>$ sudo apt-get install python-setuptools
 
  <nowiki>$ sudo apt-get install python-setuptools
Ligne 19 : Ligne 19 :
 
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-02.jpg]]
 
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-02.jpg]]
  
Install rpi.gpio (0.3.1a) or later
+
Installer le rpi.gpio (0.3.1a ou suivant)  
  
 
  <nowiki>$ sudo pip install rpi.gpio</nowiki>
 
  <nowiki>$ sudo pip install rpi.gpio</nowiki>

Version actuelle datée du 31 janvier 2017 à 11:52

Ce guide est bassé sur la release "Wheezy" de Debian pour Raspberry Pi. Ces instructions d'installation restent d'application pour Raspbian Jessie Les éléments suivant doivent être installés de manière à pouvoir utiliser le GPIO du Raspberry Pi.

Ajoutez les derniers paquets de développement pour Python (2.x)

$ sudo apt-get install python-dev

Rasp-Hack-Afficheur-LCD-Package-01.jpg

Faite une mise-à-jour distribute (nécessaire pour RPi.GPIO 0.3.1a) - [pas d'image disponible pour cette étape]

$ sudo apt-get install python-setuptools
$ sudo easy_install -U distribute
$ sudo apt-get install python-pip

Rasp-Hack-Afficheur-LCD-Package-02.jpg

Installer le rpi.gpio (0.3.1a ou suivant)

$ sudo pip install rpi.gpio

Rasp-Hack-Afficheur-LCD-Package-03.jpg


Source: Character LCD with Raspberry Pi or BeagleBone Black écrit par Tony Dicola pour Adafruit Industries.

Traduit avec l'autorisation d'AdaFruit Industries - Translated with the permission from Adafruit Industries - www.adafruit.com

Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : «  Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.

L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.