Update Setup52_LilyPi_ST7796.h
Reduce SPI read clock frequency to avoid bit errors on reading CGRAM.
This commit is contained in:
parent
61608a7ca2
commit
3129fbf296
|
|
@ -23,4 +23,4 @@
|
||||||
#define SMOOTH_FONT
|
#define SMOOTH_FONT
|
||||||
|
|
||||||
#define SPI_FREQUENCY 40000000
|
#define SPI_FREQUENCY 40000000
|
||||||
#define SPI_READ_FREQUENCY 20000000
|
#define SPI_READ_FREQUENCY 12000000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue