acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
Setup205_ESP32_TouchDown_S3.h (635B)
1 // User Setup for the ESP32 TouchDown S3 V1.1 2 // ILI9488 using 8-bit Parallel and using an FT6206 touch controller 3 4 #define USER_SETUP_ID 205 5 6 #define ESP32_PARALLEL 7 8 #define ILI9488_DRIVER 9 10 #define TFT_DC 5 11 #define TFT_RST 46 12 13 #define TFT_WR 7 14 #define TFT_RD 6 15 16 #define TFT_D0 21 17 #define TFT_D1 14 18 #define TFT_D2 13 19 #define TFT_D3 12 20 #define TFT_D4 11 21 #define TFT_D5 10 22 #define TFT_D6 9 23 #define TFT_D7 8 24 25 #define TFT_BL 48 26 #define TFT_BACKLIGHT_ON HIGH 27 28 #define LOAD_GLCD 29 #define LOAD_FONT2 30 #define LOAD_FONT4 31 #define LOAD_FONT6 32 #define LOAD_FONT7 33 #define LOAD_FONT8 34 #define LOAD_GFXFF 35 36 #define SMOOTH_FONT