Skip to content

Commit 1dc376b

Browse files
committed
Small fixes
1 parent 969dfc0 commit 1dc376b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ports/espressif/boards/m5stack_cores3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static bool display_init(void) {
6969
&pin_GPIO35, // DC
7070
&pin_GPIO3, // CS
7171
NULL, // RST
72-
32000000, // baudrate
72+
40000000, // baudrate
7373
0, // polarity
7474
0 // phase
7575
);

ports/espressif/boards/m5stack_cores3/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Display_Shapes
2626
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Display_Text
2727
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FakeRequests
2828
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
29-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SD

ports/espressif/boards/m5stack_cores3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8181

8282
// Misc
8383
{ MP_ROM_QSTR(MP_QSTR_I2C_INTERRUPT), MP_ROM_PTR(&pin_GPIO21) },
84-
{ MP_ROM_QSTR(MP_QSTR_SDCARD_CS), MP_ROM_PTR(&pin_GPIO34) },
84+
{ MP_ROM_QSTR(MP_QSTR_SDCARD_CS), MP_ROM_PTR(&pin_GPIO4) },
8585
{ MP_ROM_QSTR(MP_QSTR_BOOT0), MP_ROM_PTR(&pin_GPIO0) },
8686

8787
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },

0 commit comments

Comments
 (0)