Hello everyone
From the book Learn LVGL Build GUIs for ESP32, I installed the libraries to manage the display on a CYD. Everything worked well, and the message ‘Hello World’ was displayed. A few weeks later, I restarted the program, and an issue arose during compilation: ‘fatal error: ../../src/themes/lv_theme_private.h: No such file or directory’. I reinstalled everything, and the file is indeed in and contains code. I can’t find the answer to this problem. Could you help me find the solution?
Thank you for your help
Hello WALLEE
Please delete the LVGL library and follow the instructions again in the latest version of the LVGL eBook to install the LVGL library.
That error means that you’ve moved the demos and examples folders to the src folder. You can’t move those folders in LVGL 9.2.
Regards,
Rui