In v8, you should provide the var
value of the animation as the first parameter, which is statusCenter
. So lv_anim_del(statusCenter, anim_x_cb)
should work.
1 Like
In v8, you should provide the var
value of the animation as the first parameter, which is statusCenter
. So lv_anim_del(statusCenter, anim_x_cb)
should work.