0.96 inch oled Display: Difference between revisions
From olighker
More actions
No edit summary |
m Maintenance script moved page 1.3英寸 OLED 显示模块 to 0.96 inch oled Display: 按要求批量更名 E-Paper/OLED 产品页 |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 8: | Line 8: | ||
|intro=128*64 SSD1306 30pin | |intro=128*64 SSD1306 30pin | ||
|highlights=''0.96" 128x''64 OLED Screen, Multi-interface, 30Pin Soldering Flex Cable, Compatible with ESP32 / Arduino. | |highlights=''0.96" 128x''64 OLED Screen, Multi-interface, 30Pin Soldering Flex Cable, Compatible with ESP32 / Arduino. | ||
|videoTitle=0.96-inch OLED | |||
|videoURL=https://youtu.be/EBgPYXZhjoQ | |||
|specs={{{!}} class="wikitable" | |specs={{{!}} class="wikitable" | ||
{{!}}+ | {{!}}+ | ||
| Line 44: | Line 46: | ||
{{!}}- | {{!}}- | ||
{{!}}Pin Count | {{!}}Pin Count | ||
{{!}}30pin (0. | {{!}}30pin (0.5mm Top Contact Type) | ||
{{!}}- | {{!}}- | ||
{{!}}Viewing Angle | {{!}}Viewing Angle | ||
| Line 52: | Line 54: | ||
{{!}} -40 ~ 70℃ | {{!}} -40 ~ 70℃ | ||
{{!}}} | {{!}}} | ||
|hardware==== <span style="color: rgb(52, 176, 176);">1.Hardware Wiring</span> === | |||
0.96" OLED (SSD1306, IIC Interface) ↔ Arduino Board | |||
You need to use the OLED 30P Shield adapter board, together with an Arduino-compatible mainboard. You can freely choose either ESP8266 Arduino Board or ESP32 Arduino Board. | |||
=== <span style="color: rgb(52, 176, 176);">2.Compilation & Upload</span> === | |||
Open the sample code, compile it, upload the code, and perform the final test. | |||
|usage=[[File:0.96 oled-800-600-3.jpg|center|thumb|800x800px]] | |usage=[[File:0.96 oled-800-600-3.jpg|center|thumb|800x800px]] | ||
|faq=== <span style="color: rgb(52, 176, 176);">Q1: What main controllers does this OLED screen support?</span> == | |faq==== <span style="color: rgb(52, 176, 176);">Q1: What main controllers does this OLED screen support?</span> === | ||
A1: It supports mainstream development boards such as Arduino, ESP32 and STM32, compatible with SPI, IIC and 8-bit parallel communication. | A1: It supports mainstream development boards such as Arduino, ESP32 and STM32, compatible with SPI, IIC and 8-bit parallel communication. | ||
== <span style="color: rgb(52, 176, 176);">Q2: What color is this OLED screen? Which driver IC does it use?</span> == | === <span style="color: rgb(52, 176, 176);">Q2: What color is this OLED screen? Which driver IC does it use?</span> === | ||
A2: Only blue color available, equipped with SSD1306 driver IC. | A2: Only blue color available, equipped with SSD1306 driver IC. | ||
== <span style="color: rgb(52, 176, 176);">Q3: What is the operating temperature range of this OLED? Is the flex cable soldering type?</span> == | === <span style="color: rgb(52, 176, 176);">Q3: What is the operating temperature range of this OLED? Is the flex cable soldering type?</span> === | ||
A3: Operating temperature: -40℃ ~ 70℃. It adopts 30Pin 0.7mm soldering FPC flex cable. | A3: Operating temperature: -40℃ ~ 70℃. It adopts 30Pin 0.7mm soldering FPC flex cable. | ||
|dl1Type=Demo | |dl1Type=Demo | ||
Latest revision as of 22:27, 18 September 2026
Introduction
0.96" 128x64 OLED Screen, Multi-interface, 30Pin Soldering Flex Cable, Compatible with ESP32 / Arduino.
Specifications
| Item | Specification |
|---|---|
| Size | 0.96 inch OLED Screen |
| Resolution | 128*64 |
| Interface Type | SPI, IIC, 8-bit Parallel |
| Controller IC | SSD1306 |
| Display Color | Blue |
| Active Area | 21.744 × 10.864 (mm) |
| Panel Dimension | 26.70 × 19.26 × 1.4 (mm) |
| Pixel Pitch | 0.17 × 0.17 (mm) |
| Pixel Size | 0.154 × 0.154 (mm) |
| Flex Cable Length | 12.0 (mm) |
| Pin Count | 30pin (0.5mm Top Contact Type) |
| Viewing Angle | Full Viewing Angle |
| Operating Temperature | -40 ~ 70℃ |
Hardware
1.Hardware Wiring
0.96" OLED (SSD1306, IIC Interface) ↔ Arduino Board
You need to use the OLED 30P Shield adapter board, together with an Arduino-compatible mainboard. You can freely choose either ESP8266 Arduino Board or ESP32 Arduino Board.
2.Compilation & Upload
Open the sample code, compile it, upload the code, and perform the final test.
Size

FAQ
Q1: What main controllers does this OLED screen support?
A1: It supports mainstream development boards such as Arduino, ESP32 and STM32, compatible with SPI, IIC and 8-bit parallel communication.
Q2: What color is this OLED screen? Which driver IC does it use?
A2: Only blue color available, equipped with SSD1306 driver IC.
Q3: What is the operating temperature range of this OLED? Is the flex cable soldering type?
A3: Operating temperature: -40℃ ~ 70℃. It adopts 30Pin 0.7mm soldering FPC flex cable.
Downloads

