PicoVGA icon indicating copy to clipboard operation
PicoVGA copied to clipboard

UART PINS conflict?

Open Kabron287 opened this issue 2 years ago • 2 comments

Not understand, if to use UART PINS GP0, GP1 what pins will be B0, B1 ?

Kabron287 avatar Feb 09 '22 15:02 Kabron287

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.

Panda381 avatar Feb 09 '22 16:02 Panda381

OK

Kabron287 avatar Feb 09 '22 16:02 Kabron287