-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Comments
You need to add LittleFS to your project too, as it its source and headers are not included in LVGL. |
Work around the problem by add |
Nice. Since that cmake file is generic and not specifically Arduino, we probably shouldn't add that line in LVGL. Do you think it'd make sense to add something like |
I tried to use below code to conditioning register component. But can not sort out the problem.
I just know a little about cmake, so I don't know how to write a right code to sort out the problem. without conditoning, follow code can resolve the error:
|
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:
How to reproduce?
ADD Arduino and lvgl as components in ESP-IDF VSCODE Extension project.
set sdkconfig:
Build project -> error occur!
The text was updated successfully, but these errors were encountered: