Update Setup52_LilyPi_ST7796.h

Reduce SPI read clock frequency to avoid bit errors on reading CGRAM.
This commit is contained in:
Bodmer
2021-12-12 20:55:44 +00:00
committed by GitHub
parent 61608a7ca2
commit 3129fbf296

View File

@@ -23,4 +23,4 @@
#define SMOOTH_FONT
#define SPI_FREQUENCY 40000000
#define SPI_READ_FREQUENCY 20000000
#define SPI_READ_FREQUENCY 12000000