8000 Remove LCD code comments · hathach/circuitpython@7b747ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b747ff

Browse files
authored
Remove LCD code comments
1 parent 673d636 commit 7b747ff

File tree

1 file changed

+0
-5
lines changed
  • ports/espressif/boards/m5stack_stamp_s3

1 file changed

+0
-5
lines changed

ports/espressif/boards/m5stack_stamp_s3/pins.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,5 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
148148
{ MP_ROM_QSTR(MP_QSTR_IO18), MP_ROM_PTR(&pin_GPIO18) },
149149
{ MP_ROM_QSTR(MP_QSTR_G18), MP_ROM_PTR(&pin_GPIO18) },
150150

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)},
156151
};
157152
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)
0