Skip to content

Commit 8cfa21c

Browse files
authored
Merge pull request #8841 from tannewt/disable_m5paper_display
Comment out m5paper board.DISPLAY
2 parents a9f551c + 2310baf commit 8cfa21c

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)