Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable CONFIG_LV_USE_FS_ARDUINO_ESP_LITTLEFS=y. BUILD ERROR!!! #7527

Open
ngowangvinh opened this issue Dec 30, 2024 · 0 comments
Open

enable CONFIG_LV_USE_FS_ARDUINO_ESP_LITTLEFS=y. BUILD ERROR!!! #7527

ngowangvinh opened this issue Dec 30, 2024 · 0 comments

Comments

@ngowangvinh
Copy link

ngowangvinh commented Dec 30, 2024

LVGL version

v9.2.2

Platform

ESP-IDF 5.3.2 (using VScode extension)
Arduino 3.1.0~1 as component
lvgl 9.2.2 as component

What happened?

Error when build:

W:/ESP_IDF/project/test_lvgl_lovy_esp32_wrover/managed_components/lvgl__lvgl/src/libs/fsdrv/lv_fs_arduino_esp_littlefs.cpp:5:10: fatal error: LittleFS.h: No such file or directory
   5 | #include "LittleFS.h"

How to reproduce?

ADD Arduino and lvgl as components in ESP-IDF VSCODE Extension project.

dependencies:
  idf:
    version: '>=4.1.0' 
  espressif/arduino-esp32: ^3.1.0~1
  lvgl/lvgl: ^9.2.2

set sdkconfig:

CONFIG_LV_FS_DEFAULT_DRIVE_LETTER=70
CONFIG_LV_USE_FS_ARDUINO_ESP_LITTLEFS=y
CONFIG_LV_FS_ARDUINO_ESP_LITTLEFS_LETTER=70

Build project -> error occur!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant