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

black window after un-minimizing #72

Open sdicker8 opened 4 months ago

sdicker8 commented 4 months ago

2022 build tools win 11 x64 v9.1.1

When LvglWindowDesktopApplication is minimized and then un-minimized the window is black. When the app is then maximized the window recovers.

I also see #71 -- it seems to consume 100% of one of my cpu cores - the memory seems stable.

Thank you - Scott

Nice project!

MouriNaruto commented 4 months ago

I need to do some reproduce work to fix the issue.

Kenji Mouri

VogelPapaFinn commented 3 months ago

Found a solution?