We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac60b31 commit e464587Copy full SHA for e464587
ports/espressif/boards/deshipu_ugame_s3/board.c
@@ -80,7 +80,7 @@ void board_init(void) {
80
MP_OBJ_FROM_PTR(&pin_GPIO9), // TFT_DC Command or data
81
MP_OBJ_FROM_PTR(&pin_GPIO10), // TFT_CS Chip select
82
MP_OBJ_FROM_PTR(&pin_GPIO13), // TFT_RESET Reset
83
- 80000000L, // Baudrate
+ 48000000L, // Baudrate
84
0, // Polarity
85
0); // Phase
86
0 commit comments