Enable spinner

This commit is contained in:
fvanroie 2021-02-15 22:10:55 +01:00
parent e9c75fe3c3
commit 8723e655a9

View File

@ -645,7 +645,7 @@ typedef struct {
#endif #endif
/*Preload (dependencies: lv_arc, lv_anim)*/ /*Preload (dependencies: lv_arc, lv_anim)*/
#define LV_USE_SPINNER 0 #define LV_USE_SPINNER 1
#if LV_USE_SPINNER != 0 #if LV_USE_SPINNER != 0
# define LV_SPINNER_DEF_ARC_LENGTH 60 /*[deg]*/ # define LV_SPINNER_DEF_ARC_LENGTH 60 /*[deg]*/
# define LV_SPINNER_DEF_SPIN_TIME 1000 /*[ms]*/ # define LV_SPINNER_DEF_SPIN_TIME 1000 /*[ms]*/