I connected the OLED with SDA->SDA/37 and SCL->SCL/36.
In my code, i’ve tried the default ESP32 values of 21 and 22, and then 37 and 36, but cant seem to get it to find my OLED at 0x3c.
If I swap out the ESP32 for an ESP32 DEV KIT, and hook up to 21/22 on the ESP side, it works, and I can find the OLED in a simple code flow.
I am just curious what I am missing, how do I get 37/36 to act as I2C, or is 21/22 somewhere on the board.