You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fri3d-2024 Badge: same SPI freq as Waveshare 2 inch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user