Änderungen

Aus Linkerkit.de

Wechseln zu: Navigation, Suche

LK-OLED1

Ein Byte entfernt, 16:07, 25. Jan. 2017
/* Raspberry Installation */
==Raspberry Installation==
 
Schließen Sie das LK-OLED1 Display an den I2C Port des Raspberry-LinkerKit-Shields an.
<pre class="brush:bash">sudo apt-get update
sudo apt-get install build-essential python-dev python-pip-y
sudo pip install RPi.GPIO
sudo apt-get install python-imaging python-smbus -y
cd Adafruit_Python_SSD1306
sudo python setup:py install
</pre>Wenn Sie nun in das Verzeichnis
Wenn Sie nun in das Verzeichnis <pre class="brush:bash">cd examples</pre> wechseln, können Sie eines der folgenden Beispiele starten:
<pre class="brush:bash">sudo python animate.py</pre>