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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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