elect-gombe/quake-k210

Trying to get this to work on the m5stickV

Opened this issue · 3 comments

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

i'm not sure how.
please help :(

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.

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

Thank you will try this