Gorillacell Module 008: 1.3 OLED
Table of Contents

This module works similarly to the 0.96-inch OLED display, but it uses a different driver chip. It provides a larger display with a 1.3-inch diagonal dimension, while maintaining the same resolution of 128×64 pixels.
The Gorillacell ESP32 Development Kit comes with one (1) piece of 1.3-inch OLED display module, which is driven by the SH1106 driver chip.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Output | Display Cell | Serial I2C | SSD1306 | I2C = 0x3C |
PINOUT
It has 4 pins which are
- GND - for the ground pin,
- VCC - for the supply voltage,
- SDA – for the I2C serial data pin, and
- SCL – for the I2C serial clock pin.
The LCD can be access through I2C address 0x3C.