OLED Development Kit: Difference between revisions
From olighker
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|image2=2.42-oled-800-600-2.jpg | |image2=2.42-oled-800-600-2.jpg | ||
|intro=128*64 SSD1309 24pin | |intro=128*64 SSD1309 24pin | ||
|highlights= | |highlights=''2.42" 128x''64 OLED Screen, Multi-interface, 24Pin Soldering Flex Cable, Compatible with ESP32 / Arduino. | ||
|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=# Connect power and the I2C bus. | |usage=# Connect power and the I2C bus. | ||
# Scan and confirm the device address. | # Scan and confirm the device address. | ||
Revision as of 23:23, 16 September 2026
Introduction
2.42" 128x64 OLED Screen, Multi-interface, 24Pin Soldering Flex Cable, Compatible with ESP32 / Arduino.
Specifications
Specifications to be added.
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
- Connect power and the I2C bus.
- Scan and confirm the device address.
- Load the driver matching the resolution.
- Draw text and graphics to verify orientation.
FAQ
- What if the address cannot be scanned?
- Check power, ground, SCL/SDA reversal, and pull-up resistors.
- What if the display content is misaligned?
- Confirm controller model, resolution, and page addressing mode.
Downloads
暂无Published资源,管理员可在产品表单中添加下载文件。

