No description
Find a file
2018-05-30 13:11:48 -06:00
.github Add GitHub pull request template 2016-05-27 13:23:54 -07:00
Adafruit_SSD1306 Make it optional to use the RST pin 2016-08-02 21:52:18 -06:00
examples Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_SSD1306 2017-06-07 17:25:35 -04:00
.gitignore Initial commit. 2014-06-23 21:30:50 -07:00
LICENSE Initial commit 2014-06-23 21:15:05 -07:00
README.md update install instrux to mention pip 2018-05-23 11:09:54 -06:00
setup.py add long description from README.md 2018-05-30 13:11:48 -06:00

Adafruit Python SSD1306

Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.

Designed specifically to work with the Adafruit SSD1306-based OLED displays ----> https://www.adafruit.com/categories/98

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Installing

sudo python -m pip install --upgrade pip setuptools wheel
sudo pip install Adafruit-SSD1306

Or alternatively:

sudo python -m pip install --upgrade pip setuptools wheel
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
sudo python setup.py install

Copying

Written by Tony DiCola for Adafruit Industries. MIT license, all text above must be included in any redistribution