Update setup 70 with optional touch
This commit is contained in:
parent
a2140a4d04
commit
0c18297d77
|
|
@ -14,6 +14,8 @@
|
|||
#define TFT_DC 14
|
||||
#define TFT_RST 15
|
||||
|
||||
//#define TOUCH_CS 16 // Optional for touch screen
|
||||
|
||||
#define LOAD_GLCD
|
||||
#define LOAD_FONT2
|
||||
#define LOAD_FONT4
|
||||
|
|
@ -31,3 +33,5 @@
|
|||
#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_TOUCH_FREQUENCY 2500000
|
||||
|
|
|
|||
Loading…
Reference in New Issue