mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-08 06:06:32 +03:00
- Replace SPIFFS with LittleFS as the preferred NOR flash file system - Expand the Image Resource section in README with detailed file system documentation - Add pytest_i80_controller_lvgl.py to test both image_in_bin and image_in_fs configurations - Increase LVGL task stack size from 4KB to 8KB to prevent stack overflow when loading images from FS - Add CONFIG_LV_USE_CLIB_MALLOC to sdkconfig.defaults Made-with: Cursor
5 lines
107 B
YAML
5 lines
107 B
YAML
dependencies:
|
|
lvgl/lvgl: "9.2.2"
|
|
espressif/esp_lcd_nt35510: "^1.0.0"
|
|
joltwallet/littlefs: "~=1.20.0"
|