Display config for display area on screen #1413
Replies: 2 comments 2 replies
-
Are you creating a new OS or frontend? Cuz that could be done at software level with SDL no? The panel is initialised by: https://wx.comake.online/doc/d8clf27cnes2-SSD20X/customer/development/mi/en/mi_panel.html I'm pretty sure MainUI is hardcoded to 640x480, or SDL is. The panel most definitely is:
And MI_Disp is also pinned to this res:
Just to add aswell, the framebuffer is also set at 640x480:
This isn't an Onion OS thing, it's a Sigmastar thing (the SoC mfc) |
Beta Was this translation helpful? Give feedback.
-
No intentions to create a new OS / Frontend. I'm honestly new to Onion OS, just working on a little modding project and hoping I can use the OS as it is– just with a different screen display area. (Messing with a Miyoo Mini that I'd be installing Onion on) So are these files you sent just editable configs? Sorry, but I'm totally new to this type of work. Is it as simple as updating the pixel dimensions on these, or is there a lot more involved? Where would I find these files in the file structure? And sorry if this is a dumb question, but is this something I'd edit before or after install? |
Beta Was this translation helpful? Give feedback.
-
Is there a cofig file or a way to alter the 'safe' area on the screen that the os will display on?
I'm building custom hardware and need to use a screen where not 100% of the display will be visible. I've done this with various raspberry pi OSs but not sure how to do it with Onion OS
Beta Was this translation helpful? Give feedback.
All reactions