Skip to content

Commit c1af6c4

Browse files
Enable GIF decoder accelerate
1 parent 717e841 commit c1af6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/lv_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ extern void *mp_lv_roots;
804804
#define LV_USE_GIF 1
805805
#if LV_USE_GIF
806806
/*GIF decoder accelerate*/
807-
#define LV_GIF_CACHE_DECODE_DATA 0
807+
#define LV_GIF_CACHE_DECODE_DATA 1
808808
#endif
809809

810810

0 commit comments

Comments
 (0)