Teyleten Robot ESP32-C3 with 0.42 Inch OLED Development Board
Posted: Sat Sep 20, 2025 6:55 pm
Does anyone have a somple sketch that can display data using this development board?
ESP32 Official Forum
https://esp32.com/
Code: Select all
#define OLED_SDA 5
#define OLED_SCL 6
#define OLED_RESET U8X8_PIN_NONE // not connected to gpio
U8G2_SSD1306_72X40_ER_F_HW_I2C(U8G2_R0, OLED_RESET, OLED_SCL, OLED_SDA);