mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 05:30:37 +08:00

* Update WebSocket library * Update SSDP library * Update TFT_eSPI library * Update EspLuaEngine library * Update SDFat library * Change to pioarduino * Make ESP3DMessageFIFO and ESP3DMessage more thread safe * Fix sanity checks for BT * Add some C6 support * Refactor ethernet code * Split Ethernet Sta / WiFi sta ESP Commands and settings * Simplify wait and wdtFeed code * Set C3 with 4MB by default in platformio.ini * Apply Disable brown out only on ESP32 to avoid crash e.g:ESP32S3 * Add missing entries in platformio.ini
36 lines
635 B
C
36 lines
635 B
C
// User Setup for the ESP32 TouchDown S3 V1.1
|
|
// ILI9488 using 8-bit Parallel and using an FT6206 touch controller
|
|
|
|
#define USER_SETUP_ID 205
|
|
|
|
#define ESP32_PARALLEL
|
|
|
|
#define ILI9488_DRIVER
|
|
|
|
#define TFT_DC 5
|
|
#define TFT_RST 46
|
|
|
|
#define TFT_WR 7
|
|
#define TFT_RD 6
|
|
|
|
#define TFT_D0 21
|
|
#define TFT_D1 14
|
|
#define TFT_D2 13
|
|
#define TFT_D3 12
|
|
#define TFT_D4 11
|
|
#define TFT_D5 10
|
|
#define TFT_D6 9
|
|
#define TFT_D7 8
|
|
|
|
#define TFT_BL 48
|
|
#define TFT_BACKLIGHT_ON HIGH
|
|
|
|
#define LOAD_GLCD
|
|
#define LOAD_FONT2
|
|
#define LOAD_FONT4
|
|
#define LOAD_FONT6
|
|
#define LOAD_FONT7
|
|
#define LOAD_FONT8
|
|
#define LOAD_GFXFF
|
|
|
|
#define SMOOTH_FONT |