From b9f794df3f4ee7e0ce9b07f2909efff874f310f5 Mon Sep 17 00:00:00 2001 From: Edward Lai Date: Mon, 31 Mar 2025 21:29:23 +0800 Subject: [PATCH] reduce animation --- Code/picocalc_lvgl_graphics_demo/lv_conf.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Code/picocalc_lvgl_graphics_demo/lv_conf.h b/Code/picocalc_lvgl_graphics_demo/lv_conf.h index 606a772..db97587 100644 --- a/Code/picocalc_lvgl_graphics_demo/lv_conf.h +++ b/Code/picocalc_lvgl_graphics_demo/lv_conf.h @@ -89,6 +89,7 @@ #define LV_USE_SWITCH 1 #define LV_USE_TABLE 1 #define LV_USE_TEXTAREA 1 + #define LV_USE_TABVIEW 1 /* Add other widgets as needed */ /*=================== @@ -97,6 +98,21 @@ #define LV_USE_GRID 1 #define LV_USE_FLEX 1 +/*=================== + * ANIMATION SETTINGS + *===================*/ +#define LV_USE_ANIMATION 0 +#define LV_USE_ANIM_IMG 0 +#define LV_USE_ANIM_SCALE 0 +#define LV_USE_ANIM_PATH 0 +#define LV_USE_ANIM_TIMELINE 0 +#define LV_USE_ANIM_CUSTOM 0 +#define LV_USE_ANIM_REPEAT 0 +#define LV_USE_ANIM_PAUSE 0 +#define LV_USE_ANIM_REVERSE 0 +#define LV_USE_ANIM_DELAY 0 +#define LV_USE_ANIM_SPEED 0 + /*=================== * DEMO USAGE ====================*/