From 3129fbf296b8416862e1830579afc6d976cd1abe Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 12 Dec 2021 20:55:44 +0000 Subject: [PATCH] Update Setup52_LilyPi_ST7796.h Reduce SPI read clock frequency to avoid bit errors on reading CGRAM. --- User_Setups/Setup52_LilyPi_ST7796.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User_Setups/Setup52_LilyPi_ST7796.h b/User_Setups/Setup52_LilyPi_ST7796.h index c23ff91..28e793a 100644 --- a/User_Setups/Setup52_LilyPi_ST7796.h +++ b/User_Setups/Setup52_LilyPi_ST7796.h @@ -23,4 +23,4 @@ #define SMOOTH_FONT #define SPI_FREQUENCY 40000000 -#define SPI_READ_FREQUENCY 20000000 +#define SPI_READ_FREQUENCY 12000000