EP-0119
(Redirected from 0.91 Inch OLED Display SKU: EP-0119)
Jump to navigation
Jump to search
0.91 Inch OLED Display
Description
This display is made of 128x32 individual OLED pixels.
It communicates with Raspberry pi or Arduino series products via I2C protocol.
Compatible with most of MCU which support I2C protocol communication.
There are mounting hole and female pin header on the PCB, so that you can fix it to Raspberry Pi with screws and nuts.
It is compatible with Adafruit OLED liberary.
Features
- Easy to use
- Low power consumption
- Easy to assemble and fixed
- Less GPIO pin occupation
- Support I2C Protocol
Specifications
- Device Register Address: 0x3c
- Resolution: 128 x 32
- Work Voltage: 3.3V
- Communication Protocol: I2C
- FP frequency: less than 1 fps
- Wide range of operating temperature: -40°C to 85°C
- Silk Mark Pin definitions
Dimension
Gallery
Package Includes
- 2* 0.91 Inch OLED Module
How to use
How to wire it up
Connect OLED module to Raspberry Pi's GPIO(3.3v,SDA,SCL,GND)
Pin Definitions
How to program it
For Raspberry Pi 4B
- Make sure I2C function has been enabled by using "sudo raspi-config" command in terminal.
- Open a terminal and Download demo code from: [ https://github.com/adafruit/Adafruit_Python_SSD1306 ]
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 pip install Adafruit-BBIO
- Run example Demo:
cd examples/ python stats.py
- More documents:
- Download SSD1306 OLED display Arduino library from Github: [ https://github.com/adafruit/Adafruit_SSD1306 ]
Application Scenario
FAQ
- Question: why does it not show anything that I've tried as your instruction?
- Answer: Please make sure you have already open your i2c function and you can use this command to detect whether it has been turned on already.
i2cdetect -y 1
- Answer: Please make sure you have already open your i2c function and you can use this command to detect whether it has been turned on already.
Maker Refference
- There is a maker made a funny thing called "mobile pi" with this 0.91 Inch OLED Module, you can check it by accessing following link:
[Mobile Pi | https://www.instructables.com/id/My-Fantastic-MobilePi/ ]
Keywords
- OLED, Raspberry Pi 4B, 0.91 inch oled, I2C oled, 52Pi OLED