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 committed by MatthewColvin
parent f1ff9ed3d2
commit 73fe6f2ebb

View file

@ -40,7 +40,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