0.96" OLED LCD display I2C OLED Display
0.96" OLED LCD display I2C OLED Display
For Micro:Bit, Arduino, Raspberry Pi
I2C Interface
OLED (Organic Light-Emitting Diode), also known as an organic electroluminescent display, is a display technology that is lightweight, thin, power-efficient, and has a long lifespan. This type of display is widely used in various electronic devices like MP3 players.
Technical Specifications:
Size: 29.5mm x 27.35mm
Screen Size: 0.96"
Resolution: 128x64
Viewing Angle: >160°
Power Consumption: 0.06W
Temperature: -30°C - 70°C
Chip: SSD1306
I2C Interface:
Vcc: 2.2V-5.5V
GND: Ground
SCL: Clock (CLK)
SDA: Data (MOSI)
Arduino Tutorial:
http://www.instructables.com/id/Monochrome-096-i2c-OLED-display-with-arduino-SSD13/
Arduino Libraries:
https://github.com/adafruit/Adafruit-GFX-Library
https://github.com/adafruit/Adafruit_SSD1306
//To use, modify Line #73 in Adafruit_SSD1306.h:
#define SSD1306_128_64
// #define SSD1306_128_32
// #define SSD1306_96_16
Arduino Sample Code:
Voltage Sensor: https://gist.github.com/hkstemclub/29ceae2c1e0029fc025ac2ffb537c865
Micro:Bit Tutorial:
Advanced -> Add Package -> https://github.com/Tinkertanker/pxt-oled-ssd1306
https://makecode.microbit.org/pkg/Tinkertanker/pxt-oled-ssd1306
Additional Resources:
-
"The First Video Game on the BBC Micro:Bit [probably]" - HackerNoon: https://hackernoon.com/the-first-video-game-on-the-bbc-micro-bit-probably-4175fab44da8
-
"HackerBox 0022: BBC Micro:Bit" - Instructables: https://www.instructables.com/id/HackerBox-0022-BBC-MicroBit/