Fixed incorrect IO assignment for UM TinyWATCH S3

This commit is contained in:
Seon Rozenblum 2023-10-22 17:53:25 +11:00
parent b960321680
commit bdabf7c5d6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
// TFT Screen IO // TFT Screen IO
{ MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_PTR(&pin_GPIO16) }, { 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_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) }, { MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO13) },
// I2C - BUS1 - Main Peripherals // I2C - BUS1 - Main Peripherals