So LVGL just released their new UI editor and I want to import the project into pros. However, the default LVGL library is outdated (version 5 I think) and my UI uses v8. Can someone walk me through the steps of compiling a new LVGL 8 template? I was able to install the library properly but I keep getting compiler errors saying that it was unable to link. I’m guessing I need to edit the paths in compile_commands.json
but I don’t know exactly what.
Thank you for your help.