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
607 stars 306 forks source link

Render Issue #60

Closed xland closed 10 months ago

xland commented 11 months ago

Windows 10 19044.2846

lv_port_pc_visual_studio main branch

image

In addition to this

When I drag the mouse to change the window size, it causes the application crash.

MouriNaruto commented 11 months ago

The backend in desktop application demo is deprecated in the future.

The new developing backend implementation in the simulator demo and it supports all features in desktop application demo. It should be OK for your case.

If the new backend is finished, I will push them to the LVGL mainline.

Kenji Mouri

MouriNaruto commented 10 months ago

The new backend is merged in the LVGL mainline. And this repository is adapted for that.

https://github.com/lvgl/lvgl/pull/5313

Kenji Mouri