FabGL
ESP32 Display Controller and Graphics Library
|
void begin | ( | I2C * | i2c, |
int | address = 0x3C , |
||
gpio_num_t | resetGPIO = GPIO_UNUSED |
||
) |
Initializes SSD1306 assigning I2C bus, reset pin and address.
i2c | I2C pointer |
address | Device address. Default is 0x3C. |
resetGPIO | Reset pin (use GPIO_UNUSED to disable). Default if disabled. |
Definition at line 136 of file SSD1306Controller.cpp.