-
Notifications
You must be signed in to change notification settings - Fork 97
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
[LVGL] Generated image c file must use project defined Build - Include parameter #479
Comments
We are using LVGL tool to generate these image files and doesn't change them afterwards. If you look closely you can see that following is generated:
So, you can add preprocessor definition |
i had to ask because i have the same problem, where to make this definition of LV_LVGL_H_INCLUDE_SIMPLE? |
Are you on Arduino? |
yes, ESP32 s3 |
I think you can't add preprocessor definitions using Arduino IDE. So, I decided to prepend each generated
This should fix the issue for Arduino. |
Implemented as described in my previous comment. |
Describe the bug
When I define LVGL Include parameter in my project, EEZ still generate c file with lvgl/lvgl.h
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The build system must use LVGL Include parameter to generate ui_images
Desktop (please complete the following information):
LVGL version (if used)
The text was updated successfully, but these errors were encountered: