From 8723e655a91bc86ddfecb7f553b5f0d94a9a5d39 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:10:55 +0100 Subject: [PATCH] Enable spinner --- include/lv_conf_v7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index be0aa63e..0e7024f5 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -645,7 +645,7 @@ typedef struct { #endif /*Preload (dependencies: lv_arc, lv_anim)*/ -#define LV_USE_SPINNER 0 +#define LV_USE_SPINNER 1 #if LV_USE_SPINNER != 0 # define LV_SPINNER_DEF_ARC_LENGTH 60 /*[deg]*/ # define LV_SPINNER_DEF_SPIN_TIME 1000 /*[ms]*/