rpi_lcars icon indicating copy to clipboard operation
rpi_lcars copied to clipboard

Support 1024x600 resolution in 7" screen

Open mac-b-71 opened this issue 2 years ago • 1 comments

Is there a chance to support 7" screen resolution 1024x600 ? Especially for this screen: https://www.waveshare.com/7inch-hdmi-lcd-c.htm Currently window is stick to upper left corner and it does not fill the whole screen despite using full screen mode If you provide assets in 1024x600 I can fix this

mac-b-71 avatar Sep 13 '22 12:09 mac-b-71

The assets and coordinates are hard-coded for 800x480, this is what makes the code so simple and easy to work with. You would need to re-layout the UI (update the coordinates) for a different resolution.

tobykurien avatar Dec 24 '22 17:12 tobykurien