Skip to content

Commit 8d8a310

Browse files
committed
Update pins.c
1 parent bfad81e commit 8d8a310

File tree

1 file changed

+1
-3
lines changed
  • ports/espressif/boards/waveshare_esp32_c6_lcd_1_47

1 file changed

+1
-3
lines changed

ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/pins.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
5454

5555
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO16) },
5656
{ MP_ROM_QSTR(MP_QSTR_IO16), MP_ROM_PTR(&pin_GPIO16) },
57-
58-
//LCD
57+
5958
{ MP_ROM_QSTR(MP_QSTR_TFT_CS), MP_ROM_PTR(&pin_GPIO14) },
6059
{ MP_ROM_QSTR(MP_QSTR_TFT_DC), MP_ROM_PTR(&pin_GPIO15) },
6160
{ MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_GPIO21) },
6261
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO22) },
6362

64-
// Frome Board Definitions
6563
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO8) },
6664
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
6765
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },

0 commit comments

Comments
 (0)