# rsp-oled **Repository Path**: zhaojun_chao/rsp-oled ## Basic Information - **Project Name**: rsp-oled - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-23 - **Last Updated**: 2021-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README *DEPRECATED LIBRARY* Adafruit Python SSD1306 ======================= his library has been deprecated! We are leaving this up for historical and research purposes but archiving the repository. We are now only supporting the use of our CircuitPython libraries for use with Python. Check out this guide for info on using OLEDs with the CircuitPython library: https://learn.adafruit.com/monochrome-oled-breakouts/python-wiring --------------------------------------- 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