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

the lastest version, lv_port_pc_visual_studio project, some break! #64

Open xinsuinizhuan opened 6 months ago

xinsuinizhuan commented 6 months ago

run lv_demo_widgets_start_slideshow(); function,break!!!

图片

图片

kisvegabor commented 6 months ago

lv_demo_widgets() needs to be called to start the slide show on it. Like this:

  lv_demo_widgets();
  lv_demo_widgets_start_slideshow()