needs update to be able to run on new lvgl master
Does not compile any more because of changes to the SDL driver
Updated!
There is still a problem: I did: git clone --recursive https://github.com/lvgl/lv_port_pc_eclipse.git cd lv_port_pc_eclipse.git
mkdir build
cd build
cmake ..
and get this:
It seems to work using make instead of cmake but it says that this build method is deprecated.
I wanted to use the simulator to compare my Python version of lv_example_label_4 with the C version. Unfortunately the C version also does not work any longer:

I've fixed the CMake error. Now looking into lv_example_label_4.
I've fixed the example too.
It's workaround now because lv_canvas supports only native color formats (RGB) now. Later it should support any color format again.
Thanks! Working now.
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.