retro-go
retro-go copied to clipboard
Feature Request: Additional settings for rounded corner displays
Hi
Thanks for this awesome project. Its amazing!
It seems a few devices are using screens with rounded corners, I've just noticed you had added support for this, which is great as I noticed the battery icon was mostly hidden previously, however it is still cut off a little bit. I see its set to a safe zone of 20.
Would it be possible to allow user adjustment of the safe zone via the config.h? e.g. "#define RG_SCREEN_HAS_ROUND_CORNERS 30" or a new define if you feel thats better.
Thanks
Hey it's a good idea and I had actually started work on a "safe area" concept like video games and mobile apps use. https://github.com/ducalex/retro-go/commit/19720e96966bea2a177c5a22ea04ea8630a2faef. It would allow to define both a visible portion (for the game content, it's just the current margins by another name) and a safe portion (for the UI).
I'll see if I can finish that soon... If not then I agree that at the very least we should make the current "20" configurable :)
That sounds awesome, thank you