Code: Select all
idf.py add-dependency "lvgl/lvgl^9.1.0"
Code: Select all
idf.py menuconfig
idf.py build
I tried to manually add the following: https://github.com/lvgl/lvgl_esp32_drivers
I was able to see all of its options added in the menuconfig, however, I wasn't able to compile the project. The build failed also with bunch of missing dependencies like LEDC.
I was wondering if there's any suggested roadmap when working with latest lvgl + esp-idf.