Direct sd card image reading support for lvgl #3266
Unanswered
youkorr
asked this question in
Component enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Direct SD Card Image Reading Support for LVGL
Summary
Add support for direct image reading from SD card in the
image
section to work seamlessly with LVGL on ESP32-S3 and ESP32-P4 platforms.Description
Currently, images in ESPHome are stored in the ESP32’s flash memory, which quickly becomes a limitation when working with:
Proposed Feature
Enable the
image
component to read images directly from an SD card without consuming flash memory space on the ESP32.Target Platforms
Use Cases
Technical Requirements
Proposed Configuration Example
Benefits
Additional Considerations
This feature would greatly enhance the capabilities of LVGL-based projects on ESP32 platforms while addressing the critical limitation of flash memory space for image storage.
Beta Was this translation helpful? Give feedback.
All reactions