lvgl 9.1.0 with latest esp-idf (5.2)
Posted: Wed May 01, 2024 9:09 pm
Since lvgl 9.1.0 is now natively supported as a component in the ESP32 registry, I have added it using the suggested method:
And I'm using the following to configure/build the project:
So far so good, project compiles without any problems. However, as soon as I try to add components to lvgl, like LCD/Touch, problems arise and the build fails with bunch of errors, missing headers, etc..
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.
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.