Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 741 Bytes

File metadata and controls

22 lines (15 loc) · 741 Bytes

Installation

Run raspi-config and enable i2c

Install prerequites
$ sudo apt-get update
$ sudo apt-get install build-essential python-pip python-dev python-smbus git python-imaging python-mpd

Install Adafruit Python GPIO Library

$ git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
$ cd Adafruit_Python_GPIO
$ sudo python setup.py install

Install Adafruit Python SSD1306

$ git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
$ cd Adafruit_Python_SSD1306
$ sudo python setup.py install

Download python script from github
$ git clone https://github.com/eragefe/oled.git