summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-26 06:49:50 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-26 06:49:50 (GMT)
commit1a8621c7b31746c86f59af0aa3f24c99b2eb0a69 (patch)
treea3c250cb4b25cb05e6626ff804bb746804265e8c /src/libs
parent82fdffe8ad9b567655a81353b2b498bea19222fe (diff)
Revert "sans animations"
This reverts commit 268ddbdc7622ab2a6b0490701064ffdde13fee51.
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/lv_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index dd1b68c..6d968dd 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -139,7 +139,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`)*/