Skip to content

Commit 770f22e

Browse files
authored
Merge pull request #8486 from makermelissa/main
Add missing Ax pins for Qualia ESP32-S3
2 parents 41e0199 + d926e7d commit 770f22e

File tree

1 file changed

+3
-0
lines changed
  • ports/espressif/boards/adafruit_qualia_s3_rgb666

1 file changed

+3
-0
lines changed

ports/espressif/boards/adafruit_qualia_s3_rgb666/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8888
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(DEFAULT_SPI_BUS_SCK) },
8989
{ MP_ROM_QSTR(MP_QSTR_CS), MP_ROM_PTR(&pin_GPIO15) },
9090

91+
{ MP_OBJ_NEW_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO17) },
92+
{ MP_OBJ_NEW_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO16) },
93+
9194
// I/O expander pin numbers
9295
{ MP_ROM_QSTR(MP_QSTR_TFT_SCK), MP_ROM_INT(0) },
9396
{ MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_INT(1) },

0 commit comments

Comments
 (0)