retro-go icon indicating copy to clipboard operation
retro-go copied to clipboard

Feature Request: Additional settings for rounded corner displays

Open DynaMight1124 opened this issue 5 months ago • 2 comments
trafficstars

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

DynaMight1124 avatar May 24 '25 08:05 DynaMight1124

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 :)

ducalex avatar May 25 '25 03:05 ducalex

That sounds awesome, thank you

DynaMight1124 avatar May 25 '25 15:05 DynaMight1124