Skip to content

Commit

Permalink
bugfix(lvgl coffee): bugfix: issue espressif#40
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan Ming Fu authored and costaud committed Jul 10, 2019
1 parent c679921 commit b7bfa9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/hmi/lvgl_coffee/main/app_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,10 @@ static void create_tab(lv_obj_t *parent, uint8_t wp_img_id, uint8_t coffee_type_
lv_obj_animate(precent_label[id], LV_ANIM_FLOAT_BOTTOM | LV_ANIM_OUT, 400, 0, NULL); /* animation of hide the object */
}

static void tabview_load_action(lv_obj_t *tabview, uint16_t tab_action_id)
static lv_res_t tabview_load_action(lv_obj_t *tabview, uint16_t tab_action_id)
{
tab_id = tab_action_id;
return LV_RES_OK;
}

static void littlevgl_coffee(void)
Expand Down

0 comments on commit b7bfa9c

Please sign in to comment.