color_int_t reanme to lv_color_int_t

This commit is contained in:
Gabor Kiss-Vamosi
2017-12-01 19:40:12 +01:00
parent 47f2e0a8f7
commit cabf623e11
8 changed files with 13 additions and 13 deletions

View File

@@ -62,8 +62,8 @@ lv_anim_t a;
a.var = obj;
a.start = lv_obj_get_height(obj);
a.end = new_height;
a.fp = (anim_fp_t)lv_obj_set_height;
a.path = anim_get_path(ANIM_PATH_LIN);
a.fp = (lv_anim_fp_t)lv_obj_set_height;
a.path = anim_get_path(LV_ANIM_PATH_LIN);
a.end_cb = NULL;
a.act_time = 0;
a.time = 200;