acidportal- 😈 Worlds smallest Evil Portal on a LilyGo T-QT |
git clone git://git.acid.vegas/acidportal.git |
Log | Files | Refs | Archive | README | LICENSE |
Setup70_ESP32_S2_ILI9341.h (948B)
1 // Setup for the ESP32 S2 with ILI9341 display 2 // Note SPI DMA with ESP32 S2 is not currently supported 3 #define USER_SETUP_ID 70 4 // See SetupX_Template.h for all options available 5 #define ILI9341_DRIVER 6 7 // Typical board default pins 8 #define TFT_CS 10 // 10 or 34 9 10 #define TFT_MOSI 11 // 11 or 35 11 #define TFT_SCLK 12 // 12 or 36 12 #define TFT_MISO 13 // 13 or 37 13 14 #define TFT_DC 14 15 #define TFT_RST 15 16 17 //#define TOUCH_CS 16 // Optional for touch screen 18 19 #define LOAD_GLCD 20 #define LOAD_FONT2 21 #define LOAD_FONT4 22 #define LOAD_FONT6 23 #define LOAD_FONT7 24 #define LOAD_FONT8 25 #define LOAD_GFXFF 26 27 #define SMOOTH_FONT 28 29 // FSPI port will be used unless the following is defined 30 #define USE_HSPI_PORT 31 32 //#define SPI_FREQUENCY 27000000 33 #define SPI_FREQUENCY 40000000 // Maximum for ILI9341 34 35 #define SPI_READ_FREQUENCY 6000000 // 6 MHz is the maximum SPI read speed for the ST7789V 36 37 #define SPI_TOUCH_FREQUENCY 2500000