harbaum / galagino

A Galaga, Pac-Man and Donkey Kong arcade emulator for the ESP32
315 stars 21 forks source link

Would this work on a 240x280 resolution screen? #37

Open cgreening opened 5 months ago

cgreening commented 5 months ago

I've got a slightly smaller screen - would the code still work, or does it need to be a fixed resolution?

harbaum commented 5 months ago

The game contents won't even fit onto the smaller screen. So no, that won't work.

If you are very keen to get this running you could re-scale all game graphics. But that's a lot of work.