Following the instructions from the book Learn LVGL, Build GUIs for ESP32 Projects V1,
I copied the ‘lv_conf’ file into the library folder and
moved the ‘demos’ and ‘examples’ folders into the src folder.
However, I’m still encountering the error mentioned above and can’t figure out the reason.
There are ‘lv_theme_private.h’ file in C:\Arduino\libraries\lvgl\src\themes path
I ran Arduino with administrator privileges.
Arduino – Preferences – Sketchbook location : c:\Arduino
Thank you
C:\Arduino\libraries\lvgl\src\examples\styles
lv_example_style_14.c
“../../src/themes/lv_theme_private.h” > “../../themes/lv_theme_private.h”
Hi.
I think you placed the lv_conf in the wrong place.
Move the lv_conf.h to the libraries folder (do NOT move it inside the lvgl folder).
Can you double-check that?
Regards,
Sara