I want to export a UI I have built in SLS to an Ubuntu VM. The VM has LVGL 9 running.
What have you tried so far?
I have got the demo for LVGL 9 working.
I then designed and exported the UI, following instructions in the docs (put in folder beside lvgl, include ui.h, call lv_init, call ui_init etc)
However when I build the project I get undefined reference error to ui_init().
If I then include ui.c this error no longer shows but multiple other undefined references appear.
Is there some change required to the CMakeLists.txt file for the project
SquareLine Studio v1 doesn’t support LVGL9 compatible export now. LVGL9 has went through a major API change with many new features, and is not totally backwards-compatible with LVGL8.