You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
621 B

9 months ago
  1. // User Setup for the ESP32 TouchDown V1.0 and V1.1
  2. // ILI9488 using 4-wire SPI and using an FT6206 touch controller
  3. #define USER_SETUP_ID 204
  4. #define ILI9488_DRIVER
  5. #define TFT_BL 32
  6. #define TFT_BACKLIGHT_ON HIGH
  7. #define TFT_MISO 19
  8. #define TFT_MOSI 23
  9. #define TFT_SCLK 18
  10. #define TFT_CS 15
  11. #define TFT_DC 2
  12. #define TFT_RST 4
  13. #define TOUCH_CS 21
  14. #define LOAD_GLCD
  15. #define LOAD_FONT2
  16. #define LOAD_FONT4
  17. #define LOAD_FONT6
  18. #define LOAD_FONT7
  19. #define LOAD_FONT8
  20. #define LOAD_GFXFF
  21. #define SMOOTH_FONT
  22. #define SPI_FREQUENCY 27000000
  23. #define SPI_READ_FREQUENCY 20000000
  24. #define SPI_TOUCH_FREQUENCY 2500000