Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{Rasp-Hack-Afficheur-LCD-NAV}}
 
{{Rasp-Hack-Afficheur-LCD-NAV}}
   −
xx
+
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.
 +
 
 +
Add the latest dev packages for Python (2.x)
 +
 
 +
<nowiki>$ sudo apt-get install python-dev</nowiki>
 +
 
 +
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-01.jpg]]
 +
 
 +
Upgrade distribute (required for RPi.GPIO 0.3.1a) - [No image for this one]
 +
 
 +
<nowiki>$ sudo apt-get install python-setuptools
 +
$ sudo easy_install -U distribute</nowiki>
 +
 
 +
<nowiki>$ sudo apt-get install python-pip</nowiki>
 +
 
 +
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-01.jpg]]
 +
 
 +
Install rpi.gpio (0.3.1a) or later
 +
 
 +
<nowiki>$ sudo pip install rpi.gpio</nowiki>
 +
 
 +
[[Fichier:Rasp-Hack-Afficheur-LCD-Package-03.jpg]]
    
{{Rasp-Hack-Afficheur-LCD-TRAILER}}
 
{{Rasp-Hack-Afficheur-LCD-TRAILER}}
29 917

modifications

Menu de navigation