Gorillacell Module 012: 16x8 Dot Matrix I2C
Table of Contents

This module functions similarly to the 16×8 Dot Matrix Display with an SPI interface but uses a different driver chip and communication protocol.
The Gorillacell ESP32 Development Kit comes with one (1) piece of 16×8 Dot Matrix Display module, driven by the HT16K33 driver chip. This driver simplifies wiring connections and provides an I²C communication interface for easy integration.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Output | Display Cell | Serial I2C | HT16K33 | I2C = 0x70 |
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 16x8 Dot Matrix Display with I2C interface can be access through I2C address 0x70.
×