
ESP32 connect OLED DisplayWe have ESP32 WiFi Module and We'd like to connect to some small display.Easy way to interface with small display is OLED on I2C Bus. because of use 4 wire to connect.We choose to OLED is 0.96 inch 128x 64 OLED and SSD1306 Library from Adafruit.and we test on Nano32 development board from Gravitech and Maker Asia.Wiring DiagramOLED SSD1306 Pin SCL to ESP32 GPIO 22OLED SSD1306 Pin SDA to ESP32 GPIO 21IDE and LibraryWe use [...]