Panda381 / PicoVGA

VGA/TV display on Raspberry Pico
193 stars 41 forks source link

Different pins? #11

Closed carlni2008 closed 1 year ago

carlni2008 commented 1 year ago

Hi I am working on a pico motherboard. My question is that if it's possible to move the output to other pins, because I still want the uart pins for data transmission.

Panda381 commented 1 year ago

The pins can be relocated by defining the VGA_GPIO_FIRST parameter in the vga_config.h file, which specifies the first GPIO pin of the VGA output. However, it is a condition (by PIO principle) that the pin numbers must form a continuous series.