Skip to main content
Monochrome 128x64 OLED display with I2C interface
This part has been deprecated. Please use board-ssd1306 instead.

Pin names

DATA
pin
I2C data line (SDA) - Arduino Uno pin A4
CLK
pin
I2C clock line (SCL) - Arduino Uno pin A5
DC
pin
Unused (for SPI mode, not supported)
RST
pin
Unused (for SPI mode, not supported)
CS
pin
Unused (for SPI mode, not supported)
3V3
pin
3.3V regulated output
GND
pin
Ground
VIN
pin
Supply voltage
DC, RST and CS are for SPI mode. The SSD1306 simulation only supports I2C mode, so these pins are not functional.
The default I2C address of the SSD1306 module is 0x3c (60).

Attributes

i2cAddress
string
default:"0x3c"
I2C address of the display

Simulator examples

See board-ssd1306.

Build docs developers (and LLMs) love