From efa7514090fe4216e86151dad6e58cedbbdbb25a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:33:10 +0100 Subject: [PATCH] Restore RA8876 SPI speed to 24000000 (#20717) --- lib/lib_display/Xlatb_RA8876-gemu-1.0/RA8876.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lib_display/Xlatb_RA8876-gemu-1.0/RA8876.h b/lib/lib_display/Xlatb_RA8876-gemu-1.0/RA8876.h index eb986a631..45ebee5d0 100644 --- a/lib/lib_display/Xlatb_RA8876-gemu-1.0/RA8876.h +++ b/lib/lib_display/Xlatb_RA8876-gemu-1.0/RA8876.h @@ -156,8 +156,8 @@ typedef uint8_t FontFlags; // 1MHz. TODO: Figure out actual speed to use // Data sheet section 5.2 says maximum SPI clock is 50MHz. //#define RA8876_SPI_SPEED 10000000 -//#define RA8876_SPI_SPEED 25000000 -#define RA8876_SPI_SPEED 40000000 +#define RA8876_SPI_SPEED 25000000 +//#define RA8876_SPI_SPEED 40000000 #endif // With SPI, the RA8876 expects an initial byte where the top two bits are meaningful. Bit 7