quake-k210 icon indicating copy to clipboard operation
quake-k210 copied to clipboard

Trying to get this to work on the m5stickV

Open HereticOne opened this issue 5 years ago • 3 comments

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

i'm not sure how. please help :(

HereticOne avatar Jun 28 '20 15:06 HereticOne

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 avatar Jun 29 '20 13:06 elect-gombe

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

elect-gombe avatar Jun 29 '20 13:06 elect-gombe

Thank you will try this

HereticOne avatar Jun 30 '20 06:06 HereticOne