From c1af6c476a6f6ef558a98022f335228224f8b3c3 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 10 May 2025 23:43:22 +0200 Subject: [PATCH] Enable GIF decoder accelerate --- patches/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/lv_conf.h b/patches/lv_conf.h index a1713c56..c4574fb4 100644 --- a/patches/lv_conf.h +++ b/patches/lv_conf.h @@ -804,7 +804,7 @@ extern void *mp_lv_roots; #define LV_USE_GIF 1 #if LV_USE_GIF /*GIF decoder accelerate*/ -#define LV_GIF_CACHE_DECODE_DATA 0 +#define LV_GIF_CACHE_DECODE_DATA 1 #endif