Enable animations

This commit is contained in:
fvanroie 2020-12-16 03:13:33 +01:00
parent bfc6a0f7b7
commit a7d7c0d668
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ typedef int16_t lv_coord_t;
*==================*/
/*1: Enable the Animations */
#define LV_USE_ANIMATION (LV_HIGH_RESOURCE_MCU)
#define LV_USE_ANIMATION 1 // Needed for scroll mode
#if LV_USE_ANIMATION
/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/

View File

@ -156,7 +156,7 @@ typedef int16_t lv_coord_t;
*==================*/
/*1: Enable the Animations */
#define LV_USE_ANIMATION 1
#define LV_USE_ANIMATION 1 // needed for scroll mode
#if LV_USE_ANIMATION
/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/