Skip to content

cyclexit/m5core-lvgl-demo-esp-idf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5Core2 LVGL Demo ESP-IDF

Description

This project is a demo to use LVGL with esp-idf to write an app with GUI on M5Stack Core2 device.

Build and Load

  1. After cloning the repo, init and update the submodules
    git submodule init
    git submodule update
  2. Launch esp-idf terminal and run the following commands
    idf.py build flash

Note

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.

About

A demo to use LVGL with esp-idf for M5Core2 device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published