elect-gombe / quake-k210

quake for k210
GNU General Public License v2.0
46 stars 9 forks source link

Trying to get this to work on the m5stickV #2

Open HereticOne opened 4 years ago

HereticOne commented 4 years ago

i need to rotate the screen 90* and lower the resolution to 240x135.

i'm not sure how. please help :(

elect-gombe commented 4 years ago

https://github.com/elect-gombe/quake-k210/blob/5c696159c81664416f84c7aa82dc8d6ac06faba8/source/vid_ctr.c I think here is screen resolution definition. (I'm not sure because this is over a year since last update) (base_height, base_width)

When it comes to screen orientation, I think that you can change by writing LCD resistor to change orientation. Check LCD controller datasheet for detail.

I hope it could help.

elect-gombe commented 4 years ago

You can also set lower resolution by change setting from game menu using game controller.

HereticOne commented 4 years ago

Thank you will try this