lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
552 stars 282 forks source link

For using the the lvgl (v8) examples #28

Closed ataweg closed 3 years ago

ataweg commented 3 years ago

please add #include "lvgl/examples/lv_examples.h" to LVGL_Simulator.cpp and you can use the lvgl examples. Most of the examples are ok, but there are some with issues. For now these are: lv_example_slider_2(); lv_example_slider_3(); lv_example_bar_6();

see also https://gist.github.com/ataweg/46f3b5b928aefa484d02877e922ce0d4

MouriNaruto commented 3 years ago

Thanks. I want to borrow something from your link. I will test some examples you said which have issues. (And upgrade LVGL submodules for trying to solve the issue.)

kisvegabor commented 3 years ago

@ataweg I've fixed the mentioned examples.

MouriNaruto commented 3 years ago

The mentioned examples seem to be fixed after I upgrade the LVGL submodules. https://github.com/lvgl/lv_sim_visual_studio/commit/faac4b025661e50d23629958b67ad73384ab1f0d.

stale[bot] commented 3 years ago

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.

MouriNaruto commented 3 years ago

It looks the issue is solved. I think it's time to close the issue. If have any question, please reply to this issue.