Skip to content

Commit 5e773b8

Browse files
authored
Merge pull request micropython#4793 from kmatch98/funhouse_spi_speed
reduce SPI display baudrate from 60 MHz to 5 MHz to eliminate display glitch
2 parents b8fba2d + b14d573 commit 5e773b8

File tree

1 file changed

+1
-1
lines changed
  • ports/esp32s2/boards/adafruit_funhouse

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/adafruit_funhouse/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void board_init(void) {
7171
&pin_GPIO39, // TFT_DC Command or data
7272
&pin_GPIO40, // TFT_CS Chip select
7373
&pin_GPIO41, // TFT_RESET Reset
74-
60000000, // Baudrate
74+
5000000, // Baudrate
7575
0, // Polarity
7676
0); // Phase
7777

0 commit comments

Comments
 (0)