Disable animations on ESP8266

This commit is contained in:
fvanroie 2020-04-02 17:00:09 +02:00
parent 09859382e2
commit 9ad3871d7f

View File

@ -145,7 +145,7 @@ typedef int16_t lv_coord_t;
*==================*/
/*1: Enable the Animations */
#define LV_USE_ANIMATION 1
#define LV_USE_ANIMATION (LV_HIGH_RESOURCE_MCU)
#if LV_USE_ANIMATION
/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/
@ -591,7 +591,7 @@ typedef uint8_t lv_obj_user_data_t;
#endif
/*Preload (dependencies: lv_arc, lv_anim)*/
#define LV_USE_SPINNER 1
#define LV_USE_SPINNER 0
#if LV_USE_SPINNER != 0
# define LV_SPINNER_DEF_ARC_LENGTH 60 /*[deg]*/
# define LV_SPINNER_DEF_SPIN_TIME 1000 /*[ms]*/