Update setup 70 with optional touch

This commit is contained in:
Bodmer 2022-01-28 22:07:21 +00:00
parent a2140a4d04
commit 0c18297d77
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#define TFT_DC 14 #define TFT_DC 14
#define TFT_RST 15 #define TFT_RST 15
//#define TOUCH_CS 16 // Optional for touch screen
#define LOAD_GLCD #define LOAD_GLCD
#define LOAD_FONT2 #define LOAD_FONT2
#define LOAD_FONT4 #define LOAD_FONT4
@ -31,3 +33,5 @@
#define SPI_FREQUENCY 40000000 // Maximum for ILI9341 #define SPI_FREQUENCY 40000000 // Maximum for ILI9341
#define SPI_READ_FREQUENCY 6000000 // 6 MHz is the maximum SPI read speed for the ST7789V #define SPI_READ_FREQUENCY 6000000 // 6 MHz is the maximum SPI read speed for the ST7789V
#define SPI_TOUCH_FREQUENCY 2500000