I wanted to create a simulation of an lvgl project from squareline studio in vs code。But I don’t know the correct way to finish it.
I had download SDL and it’s mingw, but I did’t any tutorials that combined lvgl projects and SDL.
I wanted to create a simulation of an lvgl project from squareline studio in vs code。But I don’t know the correct way to finish it.
I had download SDL and it’s mingw, but I did’t any tutorials that combined lvgl projects and SDL.
Hey, are u still here?
can you elaborate more on your problems? any folder structure is gool.
Hi, currently, it is not easy to compile a project with VS Code under Windows. But we will make a tutorial video about it soon. The easiest way to build is now with Visual Studio. The template project exported from SLS is immediately converted into it.
Hi,
Do we already have the video tutorial for compiling a project with VS Code? Is there a guide for doing it?
Thanks.
Hi, The easiest way to build a desktop simulation of your LVGL project from SquareLine Studio is to use the CMake/Eclipse/VScode with SDL board option.
After exporting your project template, check the export directory for the readme file - it contains detailed instructions on exactly what you need to do to build your project in VScode.
This approach will let you create a desktop simulation of your LVGL project without much hassle.