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 673d636 commit 7b747ffCopy full SHA for 7b747ff
ports/espressif/boards/m5stack_stamp_s3/pins.c
@@ -148,10 +148,5 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
148
{ MP_ROM_QSTR(MP_QSTR_IO18), MP_ROM_PTR(&pin_GPIO18) },
149
{ MP_ROM_QSTR(MP_QSTR_G18), MP_ROM_PTR(&pin_GPIO18) },
150
151
- // Below Display Object commented out due to LCD not being included by default with StampS3
152
- // Can be re-enabled to add LCD functionality included by Cardputer replacement kit
153
-
154
- // Display Object
155
- // { MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)},
156
};
157
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments