lvgl / lv_port_win_codeblocks

Windows PC simulator project for LVGL embedded GUI Library
MIT License
129 stars 79 forks source link

Change window size #4

Closed GISED-Link closed 4 years ago

GISED-Link commented 4 years ago

Hi,

Thank you for this simulator. I try to change the resolution so it can fit for my LCD, but it does not change the window size of the Windows app. I haven't find where we can set that, yet. Any ideas ?

GISED-Link commented 4 years ago

Ah, found in lv_drv_conf.h. (see #if USE_WINDOWS)

Why it is not set with the values in lv_conf.h?

embeddedt commented 4 years ago

Those are used to set the maximum width/height of the display, not the actual width/height.

stale[bot] commented 4 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.