Added Adafruit PiOLED

This commit is contained in:
Phil Howard 2018-01-25 17:52:18 +00:00
parent 16e900e7c8
commit a2da2f6731
8 changed files with 6 additions and 45 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,45 +0,0 @@
<!--
---
name: PiOLED
class: board
type: Display
formfactor: Custom
manufacturer: Adafruit
description: A small 128x32 display for your Pi
url: https://learn.adafruit.com/adafruit-pioled-128x32-mini-oled-for-raspberry-pi
github: https://github.com/adafruit/Adafruit_Python_SSD1306
buy: https://www.adafruit.com/product/3527
image: 'adafruit-pi-oled.png'
pincount: 6
eeprom: no
power:
'1':
ground:
'6':
pin:
'3':
mode: i2c
'5':
mode: i2c
i2c:
'0x3c':
name: Display Driver
device: ssd1306
-->
# PiOLED
The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pis Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LEDs and sensors.
The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces its own light this also means the PiOLED is extremely low power.
The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library.
To install the necessary software, use the following commands:
```bash
sudo apt-get install git python-imaging python-smbus
git clone https://github.com/adafruit/Adafruit_Python_SSD1306
cd Adafruit_Python_SSD1306
sudo python setup.py install
```

View File

@ -156,3 +156,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled

View File

@ -155,3 +155,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled

View File

@ -155,3 +155,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled

View File

@ -156,3 +156,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled

View File

@ -156,3 +156,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled

View File

@ -156,3 +156,4 @@ overlays:
- respeaker-2-mics-phat
- sparkfun-pi-servo-hat
- adafruit-oled-bonnet
- adafruit-pi-oled