VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
694 stars 157 forks source link

minigui是不是未考虑过动态切换分辨率的情况? #86

Closed chenyinen closed 2 years ago

chenyinen commented 2 years ago

minigui默认启动分辨率是配置写死的,线程模式下如果需要不杀进程切分辨率我应该怎么做?配置文件剥离出分辨率情况下先调用TerminateGUI结束任务然后再重新调用一次InitGUI合适嘛!

VincentWei commented 2 years ago

So far, MiniGUI doesn't consider the change of the resolution on the fly. You can try the way you said.