You've already forked TEF6686_ESP32
Updated Installing the software (markdown)
@@ -39,14 +39,18 @@ Now extract your previously downloaded code to folder named TEF6686_ESP32
|
||||
3. Modifying TFT_eSPI configuration. If you done that before please move to the next step.
|
||||
- Open your User_Setup.h file (located in Documents/Arduino/libraries/TFT_eSPI folder) with these values:
|
||||
```
|
||||
//#define ARS // uncomment for BGR type display (ARS version)
|
||||
|
||||
#define ILI9341_DRIVER
|
||||
#define TFT_CS 5
|
||||
#define TFT_DC 17
|
||||
#define TFT_RST 16
|
||||
#define SPI_FREQUENCY 7500000
|
||||
#define SMOOTH_FONT
|
||||
#define TOUCH_CS 32
|
||||
|
||||
//#define ARS // uncomment for BGR type display (ARS version)
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user