We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68af554 commit 2a78d16Copy full SHA for 2a78d16
1 file changed
ports/espressif/boards/espressif_esp32s3_lcd_ev/pins.c
@@ -65,6 +65,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
65
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(DEFAULT_I2C_BUS_SCL) },
66
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(DEFAULT_I2C_BUS_SDA) },
67
68
+ { MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
69
+
70
// boot mode button can be used in SW as well
71
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
72
0 commit comments