Toggle menu
Toggle preferences menu
Toggle personal menu
Administrator Login Only
Access is restricted to site administrators.

2.42 inch oled Display: Difference between revisions

From olighker
首页卡片独立产品迁移
 
批量更新指向已更名 E-Paper/OLED 产品页的引用
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{#default_form:产品二级页}}</noinclude>
{{ProductInfo
{{产品信息
|title=1.54_inch_oled_Display 128*64 (blue)
|标题=OLED Development Kit
|model=2.42-inch OLED
|型号=TEST-OLED-KIT
|status=Published
|状态=已发布
|module=OLED Display
|所属模块=OLED Display Module
|image1=2.42-oled-800-600-1.jpg
|主图=Product-TEST-OLED-KIT.png
|image2=2.42-oled-800-600-2.jpg
|副图=Product-TEST-OLED-KIT.png
|intro=128*64  SSD1309  24pin
|简介=高对比度小尺寸 OLED 模块演示页,适合显示文本、图标和设备状态。(独立产品 4)
|highlights=''2.42" 128x''64 OLED Screen, Multi-interface, 24Pin Soldering Flex Cable, Compatible with ESP32 / Arduino.
|产品要点=* 自发光显示,无需额外背光。
|specs={{{!}} class="wikitable"
* 小尺寸、低功耗,便于嵌入紧凑设备。
{{!}}+
* 支持简单的 I²C 连接方式。
!Item
* 独立产品编号:4。
!Specification
|显示尺寸=1.3 英寸
{{!}}-
|分辨率=128 × 64
!Size
|显示接口=I²C
!2.42 inch OLED Screen
|触控方式=无
{{!}}-
|供电=3.3V
!Resolution
|外形尺寸=约 35 × 35 mm(演示)
!128*64
|硬件说明=模块提供 VCC、GND、SCL 和 SDA 接口。使用前确认 I²C 地址与主控上拉电压。
{{!}}-
|使用说明=# 连接电源和 I²C 总线。
!Interface Type
# 扫描并确认设备地址。
!8-bit 68**/80** Parallel, SPI, IIC
# 加载匹配分辨率的驱动。
{{!}}-
# 绘制文本和图形以验证方向。
!Controller IC
|常见问题=; 扫描不到地址怎么办?
!SSD1309
: 检查供电、接地、SCL/SDA 是否接反以及上拉电阻。
{{!}}-
; 显示内容错位怎么办?
!Display Color
: 确认控制器型号、分辨率和页寻址模式。
!Blue
|显示模式={{{显示模式|详情}}}
{{!}}-
|卡片页面={{{卡片页面|{{PAGENAME}}}}}
!Active Area
!55.01 × 27.49 (mm)
{{!}}-
!Panel Dimension
!60.50 × 37.00 × 2.00 (mm)
{{!}}-
!Pixel Pitch
!0.43 × 0.43 (mm)
{{!}}-
{{!}}Pixel Size
{{!}}0.40 × 0.40 (mm)
{{!}}-
{{!}}Flex Cable Length
{{!}}36 (mm)
{{!}}-
{{!}}Pin Count
{{!}}24pin (0.5mm Top Contact Type)
{{!}}-
{{!}}Viewing Angle
{{!}}Full Viewing Angle
{{!}}-
{{!}}Operating Temperature
{{!}} -40 ~ 70℃
{{!}}}
|hardware==== <span style="color: rgb(52, 176, 176);">1.Hardware Wiring</span> ===
2.42" OLED (SSD1309, IIC Interface) ↔ Arduino Board
 
You need to use the OLED 24P 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:2.42-oled-800-600-3.jpg|center|thumb|800x800px]]
|faq==== <span style="color: rgb(52, 176, 176);">Q1: What is the driver IC of this OLED screen? What is its resolution?</span> ===
A1: It adopts SSD1309 driver IC with 128*64 resolution.
 
=== <span style="color: rgb(52, 176, 176);">Q2: What interfaces does the screen support? What is the specification of the flex cable?</span> ===
A2: It supports 8-bit 68**/80** parallel, SPI and IIC interfaces. 24pin, 0.5mm top-contact FPC flex cable with 36mm length.
|dl3Type=Document
|dl3Name=2.42-ZJY242-2864ALBPG01.pdf
|dl3File=2.42-ZJY242-2864ALBPG01.pdf
|displayMode={{{displayMode|详情}}}
|cardPage={{{cardPage|{{PAGENAME}}}}}
|displaySize=1.3 inch
|resolution=128 × 64
|interface=I²C
|touch=无
|power=3.3V
|dimensions=Approx. 35 x 35 mm (demo)
}}
}}
<noinclude>{{#default_form:ProductPage}}</noinclude>

Latest revision as of 22:27, 18 September 2026

OLED Display

2.42-inch OLED
Published
128*64  SSD1309  24pin


Introduction

2.42" 128x64 OLED Screen, Multi-interface, 24Pin Soldering Flex Cable, Compatible with ESP32 / Arduino.

Specifications

Item Specification
Size 2.42 inch OLED Screen
Resolution 128*64
Interface Type 8-bit 68**/80** Parallel, SPI, IIC
Controller IC SSD1309
Display Color Blue
Active Area 55.01 × 27.49 (mm)
Panel Dimension 60.50 × 37.00 × 2.00 (mm)
Pixel Pitch 0.43 × 0.43 (mm)
Pixel Size 0.40 × 0.40 (mm)
Flex Cable Length 36 (mm)
Pin Count 24pin (0.5mm Top Contact Type)
Viewing Angle Full Viewing Angle
Operating Temperature -40 ~ 70℃

Hardware

1.Hardware Wiring

2.42" OLED (SSD1309, IIC Interface) ↔ Arduino Board

You need to use the OLED 24P 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 is the driver IC of this OLED screen? What is its resolution?

A1: It adopts SSD1309 driver IC with 128*64 resolution.

Q2: What interfaces does the screen support? What is the specification of the flex cable?

A2: It supports 8-bit 68**/80** parallel, SPI and IIC interfaces. 24pin, 0.5mm top-contact FPC flex cable with 36mm length.

Downloads


Document

2.42-ZJY242-2864ALBPG01.pdf