evansm7 / pico-mac

Run the popular umac emulator right on your Pi Pico!
425 stars 28 forks source link

VGA Library #19

Open Martius108 opened 1 week ago

Martius108 commented 1 week ago

Hi,

I got this project running without problems. I hardwired the half of a VGA cable to a breadboard with the Pico. Now I’d like to make a new project - a Pong game. The code is not difficult, there are lot of examples out here. But I need a kind of VGA library. So my question is which part of this project is the VGA library and how can I implement it into the new project?

thanks Martin

ventZl commented 1 week ago

Note that there is a released/unreleased part of Pico SDK, which actually contains support for PIO bitbanged VGA and it is available here: https://github.com/raspberrypi/pico-extras/

There are even examples in pico playground repository so you can get the basic picture on how to use the library and it is even rather extensively documented (so you can understand how it works).