From ca19f8f4ff216101d7bceffd3fc8efa94f96e1c5 Mon Sep 17 00:00:00 2001 From: seyyah Date: Mon, 22 Apr 2019 16:14:29 +0300 Subject: [PATCH] Add lv_anim_user_data_t May be related to: Commit - [add user data where is was missing](https://github.com/littlevgl/lvgl/commit/e2cfba7c9f7b92130601a71a2421934ce2d69538) --- lv_conf_template.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lv_conf_template.h b/lv_conf_template.h index ac19861d3..2e22c1e6f 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -120,6 +120,9 @@ /*1: Enable the Animations */ #define LV_USE_ANIMATION 1 +#if LV_USE_ANIMATION +typedef void * lv_anim_user_data_t; +#endif /* 1: Enable shadow drawing*/ #define LV_USE_SHADOW 1