From a54a8c1d53e5b6013fde067a35e9fe4ea1201995 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Sat, 26 Mar 2022 07:51:56 +0100 Subject: Try a different way to remove animations 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`)*/ -- cgit v0.10.2