Reference
Last revision 2025/12/22
This article serves as a reference guide for the 0.91" OLED display featuring the SSD1306 chip, detailing library installation, communication protocols, API functions, principles of operation, and compatibility tests with various microcontrollers.
Library
- 0.91" 128x32 OLED-B u8g2 Library. (About how to install the library?)
- [0.91" 128x32 OLED-B DFRobot_GDL Library]
(Not released yet)
Communication Protocol Description
Internal power-on reset processing, IIC communication methods. The IIC address is 0x3C.
API Description
Principle
This OLED display module uses the SSD1306 drive chip, has 128x32 self-illuminating white pixels, and adopts the back chip-mounting pad design. The display module adopts a high-contrast, low-power OLED display. Internal power-on reset processing, IIC communication methods, so that your welding line will be more convenient and simpler.
Other Supplementary Information
Turn the pixels off when you are not using the display to prevent the use of some pixels too long to darken them, which will cause the brightness uniformity problem.
Compatibility Test
| MCU | Pass | Failed | Not Tested | Remark |
|---|---|---|---|---|
| FireBeetle-ESP32 | √ | |||
| FireBeetle-ESP8266 | √ | |||
| Arduino Uno | √ | |||
| Leonardo | √ | |||
| Mega2560 | √ | |||
| Arduino M0 | √ |
Was this article helpful?
