UART PINS conflict?
Kabron287 opened this issue · 2 comments
Kabron287 commented
Not understand,
if to use UART PINS GP0, GP1
what pins will be B0, B1 ?
Panda381 commented
The mention of using UART on GP0,1 ports is a leftover from the Pico SDK, it was not used in the PicoVGA project (sorry for the confusion in the documentation). In order to use PicoVGA at the same time as UART, either the pin definitions must be moved by modifying the VGA_GPIO_FIRST parameter or the UART debug port definition must be moved - PICO_DEFAULT_UART, PICO_DEFAULT_UART_TX_PIN and PICO_DEFAULT_UART_RX_PIN parameters.
Kabron287 commented
OK