Skip to content

Commit 2310baf

Browse files
committed
Comment out m5paper board.DISPLAY
It isn't init yet. Fixes #8761
1 parent c09a4f9 commit 2310baf

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)