You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Enable GIF decoder accelerate
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user