feat(esp_lcd): updated lvgl example to loading image from file system

which can help to reduce the firmware bin size
This commit is contained in:
Chen Jichang
2023-08-31 14:57:10 +08:00
committed by morris
parent bdfa91ab66
commit 5ea4df682e
11 changed files with 177 additions and 55 deletions

View File

@@ -0,0 +1,11 @@
CONFIG_EXAMPLE_LCD_IMAGE_FROM_FILE_SYSTEM=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_lvgl_example.csv"
CONFIG_LV_USE_PNG=y
CONFIG_LV_USE_FS_POSIX=y
# use 'S' (83 in ASCII) as drive letter for POSIX FS
CONFIG_LV_FS_POSIX_LETTER=83
CONFIG_LV_FS_POSIX_CACHE_SIZE=65535