Skip to main content

board-ssd1306 Reference

Monochrome 128x64 OLED display with I2C interface

SSD1306

Pin names

NameDescriptionArduino Uno pin
GNDGroundGND
VCCSupply voltage5V
SCLI2C clock lineA5
SDAI2C data lineA4

The default I2C address of the SSD1306 module is 0x3c (60).

Attributes

NameDescriptionDefault value
i2c-addressI2C address of the display"0x3c"

Using in Arduino

You can choose between several SSD1306 Arduino libraries:

All the above libraries are available on Wokwi.

Simulator examples