Raspberry Pi Pico VGA Driver that utilises the PIO. The resolution is hardcoded to 640x480. main.c contains the VGA signal specs and timing measurements with oscilloscope. vga.pio has the code commented with cycle calculations.
Run cmake ..
and make
in /build folder. The output including .uf2 is generated in the same folder.
- Add DMA and autopull for color data