Important: unclear posts may not receive useful answers.
Before posting
- Get familiar with Markdown to format and structure your post
- Be sure to update lvgl from the latest version from the
master
branch.- Be sure you have checked the FAQ and read the relevant part of the documentation.
- If applicable use the Simulator to eliminate hardware related issues.
Delete this section if you read and applied the mentioned points.
Description
the bar’s anim dose’t work.
What MCU/Processor/Board and compiler are you using?
LVGL simulator with VS2019.
What LVGL version are you using?
V8.3.5
What do you want to achieve?
set the bar’s value with anim.
What have you tried so far?
if i uselv_bar_set_val(bar,val,LV_ANIM_ON)
,it could set the value right whithout anim.
so i try the examplelv_example_bar_6
,it’s worked right. i want to know what’s the prablem.