summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-04-09 20:44:02 +0200
committerGitHub <noreply@github.com>2021-04-09 20:44:02 +0200
commit9096d1db4c6be9f4a2cc8af99a994c219f25108c (patch)
tree4c182fcc206725ddce2d7620291d11a140408762 /src/libs/lv_conf.h
parent17a37acaa81278cc8c782d84d994d4ca938ef006 (diff)
parentf8b9a7c06081df68b34defd8df4a5ae39b390237 (diff)
Merge pull request #259 from JF002/fix-music-app2
Fix music app
Diffstat (limited to 'src/libs/lv_conf.h')
-rw-r--r--src/libs/lv_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index b2c45ab1..2a5b6057 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -140,7 +140,7 @@ typedef int16_t lv_coord_t;
*==================*/
/*1: Enable the Animations */
-#define LV_USE_ANIMATION 0
+#define LV_USE_ANIMATION 1
#if LV_USE_ANIMATION
/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/
@@ -177,7 +177,7 @@ typedef void* lv_anim_user_data_t;
#define LV_USE_IMG_TRANSFORM 0
/* 1: Enable object groups (for keyboard/encoder navigation) */
-#define LV_USE_GROUP 1
+#define LV_USE_GROUP 0
#if LV_USE_GROUP
typedef void* lv_group_user_data_t;
#endif /*LV_USE_GROUP*/