From bdabf7c5d6a7c3fe35b2ca5005e88eb071cb2b2c Mon Sep 17 00:00:00 2001 From: Seon Rozenblum Date: Sun, 22 Oct 2023 17:53:25 +1100 Subject: [PATCH] Fixed incorrect IO assignment for UM TinyWATCH S3 --- ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c b/ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c index fe213b13f7..9f8554f7b3 100644 --- a/ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c +++ b/ports/espressif/boards/unexpectedmaker_tinywatch_s3/pins.c @@ -19,7 +19,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = { // TFT Screen IO { MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_PTR(&pin_GPIO16) }, { MP_ROM_QSTR(MP_QSTR_TFT_DC), MP_ROM_PTR(&pin_GPIO15) }, - { MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO21) }, + { MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO17) }, { MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO13) }, // I2C - BUS1 - Main Peripherals