File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
ports/espressif/boards/m5stack_cores3 Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ static bool display_init(void) {
69
69
& pin_GPIO35 , // DC
70
70
& pin_GPIO3 , // CS
71
71
NULL , // RST
72
- 32000000 , // baudrate
72
+ 40000000 , // baudrate
73
73
0 , // polarity
74
74
0 // phase
75
75
);
Original file line number Diff line number Diff line change @@ -26,4 +26,3 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Display_Shapes
26
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Display_Text
27
27
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_FakeRequests
28
28
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
29
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_SD
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
81
81
82
82
// Misc
83
83
{ 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 ) },
85
85
{ MP_ROM_QSTR (MP_QSTR_BOOT0 ), MP_ROM_PTR (& pin_GPIO0 ) },
86
86
87
87
{ MP_ROM_QSTR (MP_QSTR_I2C ), MP_ROM_PTR (& board_i2c_obj ) },
You can’t perform that action at this time.
0 commit comments