Open Meekdai opened 2 years ago
It is really interesting. I like the idea of using a pico for all sorts of retro gaming projects. I agree that defaulting to FPGA shouldn't be the case, everyone should explore all options. I can answer the question of why people suggest using FPGA for things like this in case anyone is curious:
Overall, I think it's great to push the Pi Pico to the limits so not saying you should use an FPGA, but I instead think that it's great to find cheap hobbyist friendly solutions, especially with how overpriced FPGA are nowadays.
FPGA power consumption is not that much of an issue btw, it's usually the HDMI IC that is the big power consumer for this sort of thing.
I agree. FPGAs are great, but the RP2040's PIO can be used to the smaller applications like this.
When I saw the project https://github.com/Wren6991/PicoDVI , I thought about whether I could use the RP2040 to make a game player and output it to a DVI monitor. so I found your project. I usually use micropython to develop some small projects, I don't know much about assembly and C/C++. But designing the PCB is not difficult for me, so if you need, I can help design the PCB for GBPicoHDMI.
Hope your GBPicoHDMI are going well