LVGL Demo software from GIT on Eclipse Launch Config

Hi,

I’m new to Eclipse and LVGL, since I started recently to use ESP32S3 in Eclipse.
I want to start with simulator first, so I clonned LVGL demo from https://github.com/lvgl/lv_port_pc_eclipse.

But when I import root folder, I get no active Launch configuration. Can somebody be so kind to explain me what Im doing wrong?

I’m also not sure on SDL instalation. I put SDL.dll into Eclipse working workspace, added library in project, but I’m not sure if this is all I need to do.

Thanks in advance,

Vojko

Hi Vojko,

I don’t develop on Windows, so I can’t help with the SDL library installation, but an Eclipse launch file is present in the root of the project:

pc_simulator.launch

Right click on the file and choose:

Run As… > pc_simulator

Hope that helps.