0.96" OLED 液晶顯示屏 I2C OLED Display
0.96" OLED 液晶顯示屏 I2C OLED Display
For Micro:Bit, Arduino, Raspberry PI
I2C介面
OLED (Organic Light-Emitting Diode) 又稱為有機電激光顯示。具備輕、薄、省電壽命長等特性,這種顯示器在很多電子裝置(如MP3機)得到廣泛應用。
技術規格:
- 尺寸: 29.5mm x 27.35mm
- 屏幕尺寸: 0.96"
- 解像度: 128x64
- 可視角: >160°
- 功耗: 0.06W
- 溫度: -30 °C- 70°C
- 芯片: SSD1306
I2C接口:
- Vcc: 2.2V-5.5V
- GND: GND
- SCL: CLK時鐘
- SDA: MOSI數據
Arduino 使用教學:
http://www.instructables.com/id/Monochrome-096-i2c-OLED-display-with-arduino-SSD13/
Arduino Library:
https://github.com/adafruit/Adafruit-GFX-Library
https://github.com/adafruit/Adafruit_SSD1306
//使用時需更改 Adafruit_SSD1306.h 第73行:
//Modify Adafruit_SSD1306.h Line #73
#define SSD1306_128_64
// #define SSD1306_128_32
// #define SSD1306_96_16
Arduino 示範代碼:
Voltage Sensor https://gist.github.com/hkstemclub/29ceae2c1e0029fc025ac2ffb537c865
Micro:bit 使用教學
Advanced -> Add Package -> https://github.com/Tinkertanker/pxt-oled-ssd1306
https://makecode.microbit.org/pkg/Tinkertanker/pxt-oled-ssd1306
https://hackernoon.com/the-first-video-game-on-the-bbc-micro-bit-probably-4175fab44da8
https://www.instructables.com/id/HackerBox-0022-BBC-MicroBit/