File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
espressif/boards/m5stack_cores3_se Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ static bool display_init(void) {
4646 common_hal_fourwire_fourwire_construct (
4747 bus ,
4848 spi ,
49- & pin_GPIO35 , // DC
50- & pin_GPIO3 , // CS
49+ MP_OBJ_FROM_PTR ( & pin_GPIO35 ) , // DC
50+ MP_OBJ_FROM_PTR ( & pin_GPIO3 ) , // CS
5151 NULL , // RST
5252 40000000 , // baudrate
5353 0 , // polarity
Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ LD_FILE = boards/STM32F401xe_boot.ld
2323# LD_FILE = boards/STM32F401xe_fs.ld
2424
2525CIRCUITPY_AESIO = 0
26+ CIRCUITPY_CODEOP = 0
2627CIRCUITPY_BITMAPFILTER = 0
2728CIRCUITPY_BITMAPTOOLS = 0
2829CIRCUITPY_BLEIO_HCI = 0
2930CIRCUITPY_EPAPERDISPLAY = 0
3031CIRCUITPY_FRAMEBUFFERIO = 0
3132CIRCUITPY_I2CDISPLAYBUS = 0
3233CIRCUITPY_KEYPAD_DEMUX = 0
34+ CIRCUITPY_PIXELMAP = 0
3335CIRCUITPY_SHARPDISPLAY = 0
3436CIRCUITPY_TILEPALETTEMAPPER = 0
3537CIRCUITPY_ULAB = 0
You can’t perform that action at this time.
0 commit comments