Panda381 / PicoVGA

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

SPI? #12

Open lynch-mob opened 1 year ago

lynch-mob commented 1 year ago

Are you using both SPI buses for this project? Will this project work with the "no OS SD" SD card driver if not? https://github.com/carlk3/no-OS-FatFS-SD-SPI-RPi-Pico Thank you for your time.

Panda381 commented 1 year ago

PicoVGA does not use the SPI interface and should work with the SD project. If the VGA pins need to be moved to free up the SD pins, just edit the VGA_GPIO_FIRST parameter. However, the condition remains that the pins for VGA must form a continuous row, they cannot be split. PicoVGA requires 8 DMA channels, leaving 4 DMA channels free for the SD project.

lynch-mob commented 1 year ago

Thank you so much! BTW, this is one of the most impressive projects surrounding the Pico I have ever seen! Keep up the great work!

Panda381 commented 1 year ago

Thank you very much. :-)