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:
Max 2023-07-31 20:20:56 +02:00
parent be3a203fe5
commit ff472fe232
1 changed files with 1 additions and 1 deletions

View File

@ -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