lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
583 stars 296 forks source link

How to zoom in the latest version #25

Closed littepointR closed 3 years ago

littepointR commented 3 years ago

define MONITOR_ZOOM is invalid

MouriNaruto commented 3 years ago

MONITOR_ZOOM is not supported in the latest version because we changed the backend from SDL to Win32 native. But I will try to add MONITOR_ZOOM feature in the recently commits.

MouriNaruto commented 3 years ago

You can try WIN32DRV_MONITOR_ZOOM, it's as similar as MONITOR_ZOOM. Issue is solved.

littepointR commented 3 years ago

Thanks!