Transition to PlatformIO

This commit is contained in:
2026-01-05 11:53:35 +01:00
parent a31a73607b
commit 59f85a375d
666 changed files with 485454 additions and 7608 deletions

18
lib/TFT_eSPI/User_Setup.h Normal file
View File

@@ -0,0 +1,18 @@
//#define ARS // uncomment for BGR type display (ARS version)
#define DEEPELEC_DP_66X // uncomment for DEEPELEC Portable DP-66X build
#define ILI9341_DRIVER
#define TFT_DMA_SUPPORT
#define TFT_CS 5
#define TFT_DC 17
#define TFT_RST 16
#define TOUCH_CS 32
#define SPI_FREQUENCY 7500000
#define SPI_READ_FREQUENCY 20000000
#define SPI_TOUCH_FREQUENCY 2500000
#define SMOOTH_FONT
#ifdef ARS
#define TFT_RGB_ORDER TFT_RGB
#endif