Search found 1 match
- Sat Sep 07, 2024 5:42 pm
- Forum: Hardware
- Topic: ESP3-C3 Super Mini wiring to ST7789
- Replies: 19
- Views: 17597
Re: ESP3-C3 Super Mini wiring to ST7789
ESP32-C3 Super Mini with the ST7789 135x240 display and the TFT_eSPI library is working successfully. ESP32C3-ST7789-240-135.png TFT_eSPI settings #define ST7789_2_DRIVER #define USER_SETUP_ID 135 #define TFT_RGB_ORDER TFT_RGB #define TFT_WIDTH 135 #define TFT_HEIGHT 240 #define CGRAM_OFFSET #define...