chore: code formatting
This commit is contained in:
@@ -188,7 +188,6 @@ void lv_example_anim_timeline_1(void)
|
||||
obj3 = lv_obj_create(par);
|
||||
lv_obj_set_size(obj3, obj_width, obj_height);
|
||||
|
||||
|
||||
anim_timeline_create();
|
||||
|
||||
lv_anim_timeline_set_progress(anim_timeline, 32000);
|
||||
@@ -200,7 +199,6 @@ void lv_example_anim_timeline_1(void)
|
||||
lv_anim_timeline_set_progress(anim_timeline, 60000);
|
||||
lv_refr_now(NULL);
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user