Skip to content

Commit bdabf7c

Browse files
Fixed incorrect IO assignment for UM TinyWATCH S3
1 parent b960321 commit bdabf7c

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/unexpectedmaker_tinywatch_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1919
// TFT Screen IO
2020
{ MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_PTR(&pin_GPIO16) },
2121
{ 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) },
22+
{ MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO17) },
2323
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO13) },
2424

2525
// I2C - BUS1 - Main Peripherals

0 commit comments

Comments
 (0)