Skip to content

Commit b14d573

Browse files
committed
reduce SPI display baudrate from 60 MHz to 5 MHz to reduce display glitch
1 parent 3bcbf2b commit b14d573

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)