Skip to content

Commit fed39b1

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d7d8140 + 8cfa21c commit fed39b1

File tree

1 file changed

+2
-1
lines changed
  • ports/espressif/boards/m5stack_m5paper

1 file changed

+2
-1
lines changed

ports/espressif/boards/m5stack_m5paper/pins.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
7373
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
7474
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
7575

76-
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
76+
// TODO: Uncomment once the display initialization code is added.
77+
// { MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
7778
};
7879
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)