通过Vscode PlatformIO运行 LVGL 模拟器 8.3.6
https://github.com/lvgl/lv_platformio
https://share.weiyun.com/LY7y1iI7 微云
这个是本次的重点项目地址
PlatformIO+VScode+ESP32开发环境搭建教程 - 知乎 (zhihu.com)详细安装PlatformIO
https://zhuanlan.zhihu.com/p/509527710
Vscode
https://code.visualstudio.com/download
Vscode汉化在拓展搜索
Chinese (Simplified) (简体中文)
PlatformIO的安装


会自动安装Python等就行,或者看下上面的教程
上面为PlatformIO安装
MSYS2安装(默认安装不要改安装位置)
https://mirrors.tuna.tsinghua.edu.cn/msys2/distrib/x86_64/
也可以使用这个清华源下载MSYS2会快很多(最新的在下面)

https://www.msys2.org/官网下载比较慢推荐上面的国内源

安装完毕后

pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2
下载慢或者不下载可以在网上搜MSYS2换源

添加环境变量



C:\msys64\mingw64\bin

整个解压
https://share.weiyun.com/LY7y1iI7 微云(以经修改过lvgl版本)



直接把整个文件夹拖过去打开


等待一分钟左右!!!
编译

运行


