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
@@ -63,7 +63,6 @@ void app_main(void)
ESP_LOGI(TAG, "Partition size: total: %d, used: %d", total, used);
}
#
// Check consistency of reported partiton size info.
if (used > total) {
ESP_LOGW(TAG, "Number of used bytes cannot be larger than total. Performing SPIFFS_check().");