Lower default SPI Clock
Lowered the default SPI clock as some displays might show glitches with the SPI frequency set above 40MHz.
This commit is contained in:
parent
be3a203fe5
commit
ff472fe232
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ build_flags =
|
|||
-D TFT_CS=5
|
||||
-D TFT_DC=9
|
||||
-D TFT_RST=-1
|
||||
-D SPI_FREQUENCY=80000000
|
||||
-D SPI_FREQUENCY=40000000 ; 40MHz default, some displays might support 80MHz
|
||||
-D SPI_TOUCH_FREQUENCY=2500000
|
||||
; TFT_eSPI fonts are disabled by default
|
||||
;-D LOAD_GLCD=1
|
||||
|
|
Loading…
Reference in a new issue