Open
Description
i have a heltex esp32 board with screen wired like this
#define PIN_I2C_SCL GPIO_NUM_15 // SCL pin
#define PIN_I2C_SDA GPIO_NUM_4 // SDA pin
#define OLED_I2C_ADDR 0x3C // I2C address of the OLED display
#define PIN_OLED_RST GPIO_NUM_16 // OLED RESET: low-active
i'm trying to make the simple demo example work with it but no success so far... any ideas?
Metadata
Metadata
Assignees
Labels
No labels