mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Fix LV_OBJX_DEF_ANIM_TIME guards
This commit is contained in:
parent
b1622166b4
commit
80760c4669
@ -22,7 +22,7 @@
|
||||
* DEFINES
|
||||
*********************/
|
||||
#if LV_USE_ANIMATION
|
||||
#ifndef LV_DDLIST_ANIM_TIME
|
||||
#ifndef LV_DDLIST_DEF_ANIM_TIME
|
||||
#define LV_DDLIST_DEF_ANIM_TIME 200 /*ms*/
|
||||
#endif
|
||||
#else
|
||||
|
@ -17,7 +17,7 @@
|
||||
* DEFINES
|
||||
*********************/
|
||||
#if LV_USE_ANIMATION
|
||||
#ifndef LV_ROLLER_ANIM_TIME
|
||||
#ifndef LV_ROLLER_DEF_ANIM_TIME
|
||||
#define LV_ROLLER_DEF_ANIM_TIME 200 /*ms*/
|
||||
#endif
|
||||
#else
|
||||
|
@ -18,7 +18,7 @@
|
||||
* DEFINES
|
||||
*********************/
|
||||
#if LV_USE_ANIMATION
|
||||
#ifndef LV_TABVIEW_ANIM_TIME
|
||||
#ifndef LV_TABVIEW_DEF_ANIM_TIME
|
||||
#define LV_TABVIEW_DEF_ANIM_TIME \
|
||||
300 /*Animation time of focusing to the a list element [ms] (0: no animation) */
|
||||
#endif
|
||||
|
@ -17,7 +17,7 @@
|
||||
* DEFINES
|
||||
*********************/
|
||||
#if LV_USE_ANIMATION
|
||||
#ifndef LV_TILEVIEW_ANIM_TIME
|
||||
#ifndef LV_TILEVIEW_DEF_ANIM_TIME
|
||||
#define LV_TILEVIEW_DEF_ANIM_TIME 300 /*Animation time loading a tile [ms] (0: no animation) */
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user