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 b960321 commit bdabf7cCopy full SHA for bdabf7c
ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c
@@ -19,7 +19,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
19
// TFT Screen IO
20
{ MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_PTR(&pin_GPIO16) },
21
{ MP_ROM_QSTR(MP_QSTR_TFT_DC), MP_ROM_PTR(&pin_GPIO15) },
22
- { MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO21) },
+ { MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO17) },
23
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO13) },
24
25
// I2C - BUS1 - Main Peripherals
0 commit comments