Lvgl搭建模拟器
下载源码
在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. (github.com)下载源码。或者直接
git clone https://github.com/lvgl/lv_port_pc_visual_studio.git
下载完成后,再在根目录下执行
git submodule update --init --recursive
安装部分依赖