由m5stack-tab5-lvgl修改
本项目中包含了一个EEZ Studio项目(位于根目录/main/Project/),可以通过EEZ Studio编辑该项目,并点击导出即可导出到ESP-IDF项目中,直接编译。
Modified from m5stack-tab5-lvgl.
This project contains an EEZ Studio project at root/main/project. You can edit the project in EEZ Studio and export it, the exported code will be automatically imported to the ESP-IDF project.
- 用EEZ Studio打开
根目录/main/Project/项目文件 - 编辑项目
- 在EEZ Studio中导出
- 在根目录下执行idf.py build编译。编译完成后,执行idf.py flash烧录到Tab5设备中即可。
- Open the EEZ Studio Project at
root/main/Project/Project.eez-project - Edit the project
- Export in EEZ Studio
- Build using
idf.py buildand flash.