This project is a demo to use LVGL with esp-idf to write an app with GUI on M5Stack Core2 device.
- After cloning the repo, init and update the submodules
git submodule init git submodule update
- Launch esp-idf terminal and run the following commands
idf.py build flash
Directly copy the sdkconfig
file from https://github.com/imliubo/lvgl_port_M5Core2. Without this config file, I am not able to build the project correctly to make it run without issue. It will be nice to note down how to config the project with idf.py menuconfig
.
For LVGL, DO NOT USE any release branch and just use the master branch. Never make it work even with the config file mentioned above.