We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f252d commit 029b6b6Copy full SHA for 029b6b6
ports/espressif/boards/hardkernel_odroid_go/pins.c
@@ -53,5 +53,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
53
{ MP_ROM_QSTR(MP_QSTR_EXT4), MP_ROM_PTR(&pin_GPIO15) },
54
55
{ 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)},
57
};
58
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments