File tree Expand file tree Collapse file tree
ports/espressif/boards/m5stack_cores3 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff line change @@ -26,4 +26,3 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Display_Shapes
2626FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Display_Text
2727FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_FakeRequests
2828FROZEN_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[] = {
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 ) },
You can’t perform that action at this time.
0 commit comments