Skip to content

Commit 12a3a62

Browse files
committed
Add GPIO pins broken out on Mabee connector
1 parent 9d1b9b3 commit 12a3a62

File tree

1 file changed

+4
-0
lines changed
  • ports/espressif/boards/makerfabs_tft7

1 file changed

+4
-0
lines changed

ports/espressif/boards/makerfabs_tft7/pins.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
7474
{ MP_ROM_QSTR(MP_QSTR_TFT_TIMINGS), MP_ROM_PTR(&timings800_dict) },
7575
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO10) },
7676

77+
// GPIO pins available on Mabee connector port (also shared with I2S & USB D+/D-)
78+
{ MP_ROM_QSTR(MP_QSTR_GPIO20), MP_ROM_PTR(&pin_GPIO20) },
79+
{ MP_ROM_QSTR(MP_QSTR_GPIO19), MP_ROM_PTR(&pin_GPIO19) },
80+
7781
{ MP_ROM_QSTR(MP_QSTR_I2S_BIT_CLOCK), MP_ROM_PTR(&pin_GPIO20) },
7882
{ MP_ROM_QSTR(MP_QSTR_I2S_WORD_SELECT), MP_ROM_PTR(&pin_GPIO2) },
7983
{ MP_ROM_QSTR(MP_QSTR_I2S_DATA), MP_ROM_PTR(&pin_GPIO19) },

0 commit comments

Comments
 (0)