kilograham/rp2040-doom

Possible to output to LCD instead of VGA?

Opened this issue · 2 comments

Would it be possible to adapt the code to output to an LCD with built in keypad such as the Waveshare one:

https://www.waveshare.com/wiki/Pico-LCD-1.14

It is 240x135 65k colour, SPI and has a 4-way + 2 extra buttons. It would be perfect for something like this.

Yes, look here.

Also the defcon32 badge branch has an SPI display, but is currently a bit hacked upon... pulling out generic LCD support is possible, but i'm not getting to it just yet