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
552 stars 282 forks source link

Visual Studio Version #59

Open tbjr16 opened 9 months ago

tbjr16 commented 9 months ago

In the readme it says to use Visual Studio 2019. When compiling it says it needs .Net 7 which is only available in 2022, by Microsoft's documentation. Either the readme or .net minimum version should be changed in case someone else new to LVGL follows the readme.

MouriNaruto commented 9 months ago

You don't need to care about these C# projects in the current stage because they're maintainer-specific projects. (Help project maintainers to maintain the source code of this repository.)

But I think I will try to improve that for reduce the issues.

Kenji Mouri