1. 完成了gif的显示测试(使用lvgl当中的gif解码器),测试通过

This commit is contained in:
Misaki
2025-08-26 10:07:46 +08:00
parent 7fa73d6183
commit f5df1d4739
9 changed files with 227 additions and 18 deletions
+4 -6
View File
@@ -2484,9 +2484,8 @@ CONFIG_LV_COLOR_CHROMA_KEY_HEX=0x00FF00
#
# Memory settings
#
# CONFIG_LV_MEM_CUSTOM is not set
CONFIG_LV_MEM_SIZE_KILOBYTES=48
CONFIG_LV_MEM_ADDR=0x0
CONFIG_LV_MEM_CUSTOM=y
CONFIG_LV_MEM_CUSTOM_INCLUDE="stdlib.h"
CONFIG_LV_MEM_BUF_MAX_NUM=16
# CONFIG_LV_MEMCPY_MEMSET_STD is not set
# end of Memory settings
@@ -2551,7 +2550,6 @@ CONFIG_LV_ASSERT_HANDLER_INCLUDE="assert.h"
# Others
#
# CONFIG_LV_USE_PERF_MONITOR is not set
# CONFIG_LV_USE_MEM_MONITOR is not set
# CONFIG_LV_USE_REFR_DEBUG is not set
# CONFIG_LV_SPRINTF_CUSTOM is not set
# CONFIG_LV_SPRINTF_USE_FLOAT is not set
@@ -2729,8 +2727,8 @@ CONFIG_LV_USE_GRID=y
# CONFIG_LV_USE_PNG is not set
# CONFIG_LV_USE_BMP is not set
# CONFIG_LV_USE_SJPG is not set
# CONFIG_LV_USE_GIF is not set
# CONFIG_LV_USE_QRCODE is not set
CONFIG_LV_USE_GIF=y
CONFIG_LV_USE_QRCODE=y
# CONFIG_LV_USE_FREETYPE is not set
# CONFIG_LV_USE_TINY_TTF is not set
# CONFIG_LV_USE_RLOTTIE is not set