You've already forked TEF6686_ESP32
Transition to PlatformIO
This commit is contained in:
18
lib/TFT_eSPI/User_Setup.h
Normal file
18
lib/TFT_eSPI/User_Setup.h
Normal 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
|
||||
Reference in New Issue
Block a user