Skip to content

Commit 029b6b6

Browse files
committed
add default display
1 parent 01f252d commit 029b6b6

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/hardkernel_odroid_go

1 file changed

+1
-0
lines changed

ports/espressif/boards/hardkernel_odroid_go/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5353
{ MP_ROM_QSTR(MP_QSTR_EXT4), MP_ROM_PTR(&pin_GPIO15) },
5454

5555
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
56+
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)},
5657
};
5758
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)