martinberlin / lv_port_esp32-epaper

LVGL ported to ESP32 including various display and touchpad drivers. Forked to support parallel epaper displays (using EPDiy as a component) Supports also L58 touch controller used in Lilygo EPD47
https://www.tindie.com/search/?q=Kindle
MIT License
44 stars 8 forks source link

Add custom File Explorer in order to make an SD preview files example #18

Open martinberlin opened 1 month ago

martinberlin commented 1 month ago

This is build in top of #16 only LVGL v9 File Explorer is an interesting addition in version 9 that let's you browse files. It seems works nicely in Linux and PC but I found issues when trying to port this to embedded in our Kindle board. Asked for help in the LVGL Forum but sadly it didn't drive me to do it but instead I found compile errors. It seems the best way is to copy the lv_file_explorer code and make your own implementation with ESP-IDF SD MMC (Or anything you like). This issue's goal is to provide the skeleton for that