mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5ea4df682e
which can help to reduce the firmware bin size
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
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
|