Page 1 of 1

Will the SSD1306 driver work with ESP32-C3?

Posted: Sun Oct 24, 2021 12:11 pm
by vk3drb
Hi.

I want to use a 128 x 64 OLED with I2C, on an ESP32-C3 using Arduino. I ordered a few OLED displays, but they won't be here for a week or two, and I need to know fairly urgently.

That is, will the standard SSD1306 driver work on the ESP32-C3 in the Arduino IDE?

Has anyone done this, or at least know if this can be done? The driver list says there is a driver for ESP32, but not specifically ESP32-C3

regards,
David

Re: Will the SSD1306 driver work with ESP32-C3?

Posted: Sun Oct 24, 2021 12:29 pm
by lbernstone
I don't know what you think the standard SSD1306 driver is, but I have an I2C SSD1306 working well in ESP32-C3 designs using U8g2.

Re: Will the SSD1306 driver work with ESP32-C3?

Posted: Sun Oct 24, 2021 12:38 pm
by vk3drb
No worries, that is good info. I sort of expected so, because really there is nothing related to the CPU variant, as at the lowest level is just I2C comms.

Thanks!

- Dave