diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-26 06:51:56 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-26 06:51:56 (GMT) |
| commit | a54a8c1d53e5b6013fde067a35e9fe4ea1201995 (patch) | |
| tree | 23044bc9f5efe0679aadbc99f6eb28d95e1eb4ed | |
| parent | 1a8621c7b31746c86f59af0aa3f24c99b2eb0a69 (diff) | |
Try a different way to remove animations
| -rw-r--r-- | src/libs/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h index 6d968dd..dd1b68c 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`)*/ |
