esp32-035

Infos zum Board ESP32-035

Es gibt jetzt ein User_Setup.h, dass zusammen mit der TFT_espi-Library und arduino funktioniert: User_Setup.h

//#define ILI9488_DRIVER 
#define ILI9488_DRIVER 

//#define TFT_INVERSION_OFF

#define TFT_MISO 12 // (leave TFT SDO disconnected if other SPI devices share MISO)
#define TFT_MOSI 13
#define TFT_SCLK 14
#define TFT_CS    15// Chip select control pin
#define TFT_DC    2  // Data Command control pin
#define TFT_RST   4  // Reset pin (could connect to RST pin)

//#define TFT_MISO 13 // (leave TFT SDO disconnected if other SPI devices share MISO)
//#define TFT_MOSI 12
//#define TFT_SCLK 14
//#define TFT_CS    15// Chip select control pin
//#define TFT_DC    2  // Data Command control pin
//#define TFT_RST   4  // Reset pin (could connect to RST pin)

#define TFT_BL 27 // LED back-light control pin
#define TFT_BACKLIGHT_ON HIGH
  • esp32-035.txt
  • Zuletzt geändert: 2025/02/15 14:48
  • von joerg