lv_port_pc_eclipse icon indicating copy to clipboard operation
lv_port_pc_eclipse copied to clipboard

needs update to be able to run on new lvgl master

Open uraich opened this issue 3 years ago • 6 comments

Does not compile any more because of changes to the SDL driver

uraich avatar Mar 06 '23 16:03 uraich

Updated!

kisvegabor avatar Mar 08 '23 09:03 kisvegabor

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: image 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: image

uraich avatar Mar 08 '23 09:03 uraich

I've fixed the CMake error. Now looking into lv_example_label_4.

kisvegabor avatar Mar 08 '23 10:03 kisvegabor

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.

kisvegabor avatar Mar 08 '23 10:03 kisvegabor

Thanks! Working now.

uraich avatar Mar 08 '23 10:03 uraich

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.

stale[bot] avatar Apr 20 '23 02:04 stale[bot]