Here's another [1] project that does VGA output from an RP2040 (the project also includes some game). There's also some support for VGA in the pico_extras [2] repo.<p>[1] <a href="https://kilograham.github.io/rp2040-doom/" rel="nofollow">https://kilograham.github.io/rp2040-doom/</a>
[2] <a href="https://github.com/raspberrypi/pico-extras/tree/master/src/common/pico_scanvideo">https://github.com/raspberrypi/pico-extras/tree/master/src/c...</a>
This reminds me of the Uzebox [1], a video game console based on an ATMega644, but the RP2040 in this looks far more powerful at a glance. How far could this realistically be pushed?<p>[1] <a href="https://uzebox.org/" rel="nofollow">https://uzebox.org/</a>
The PicoMite VGA project does something like this as well but has the added benefit of having a very full featured BASIC interpreter built in.<p><a href="https://geoffg.net/picomitevga.html" rel="nofollow">https://geoffg.net/picomitevga.html</a>