summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-25 22:22:22 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-25 22:22:22 (GMT)
commit268ddbdc7622ab2a6b0490701064ffdde13fee51 (patch)
treeb4a5a240f3df214aa8245f9913fb4a9af8c356a4 /src/libs
parent30c319831ab15e6abaf97e4fa8f58a8eaeb8ba4a (diff)
sans animations
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 d3da8d6..3170fc2 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 1
+#define LV_USE_ANIMATION 0
#if LV_USE_ANIMATION
/*Declare the type of the user data of animations (can be e.g. `void *`, `int`, `struct`)*/