From e7e1c90c739e5429264e3ba2f50782c14df10aa1 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 11 Nov 2025 23:59:18 +0100 Subject: [PATCH] Fri3d-2024 Badge: same SPI freq as Waveshare 2 inch --- internal_filesystem/boot_fri3d-2024.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_filesystem/boot_fri3d-2024.py b/internal_filesystem/boot_fri3d-2024.py index 000a45b3..f7602200 100644 --- a/internal_filesystem/boot_fri3d-2024.py +++ b/internal_filesystem/boot_fri3d-2024.py @@ -21,8 +21,8 @@ mpos.info.set_hardware_id("fri3d-2024") # Pin configuration SPI_BUS = 2 -#SPI_FREQ = 40000000 -SPI_FREQ = 20000000 # also works but I guess higher is better +SPI_FREQ = 40000000 +#SPI_FREQ = 20000000 # also works but I guess higher is better LCD_SCLK = 7 LCD_MOSI = 6 LCD_MISO = 8