Skip to content

Commit e464587

Browse files
committed
Lower SPI speed on uGame S3 to avoid display glitches
1 parent ac60b31 commit e464587

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/deshipu_ugame_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/deshipu_ugame_s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void board_init(void) {
8080
MP_OBJ_FROM_PTR(&pin_GPIO9), // TFT_DC Command or data
8181
MP_OBJ_FROM_PTR(&pin_GPIO10), // TFT_CS Chip select
8282
MP_OBJ_FROM_PTR(&pin_GPIO13), // TFT_RESET Reset
83-
80000000L, // Baudrate
83+
48000000L, // Baudrate
8484
0, // Polarity
8585
0); // Phase
8686

0 commit comments

Comments
 (0)