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

Including "lvgl.h" if LV_LVGL_H_INCLUDE_SIMPLE is defined. #221

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

cmumford
Copy link
Contributor

When LV_LVGL_H_INCLUDE_SIMPLE is not defined (the default) then
"lvgl/lvgl.h" is included, else "lvgl.h" is included.
This is for other build systems (like PlatformiIO) which setup
build paths differently than esp-idf. More info in issue #220.

This approach is identical to that used by https://github.com/lvgl/lv_drivers.

When LV_LVGL_H_INCLUDE_SIMPLE is not defined (the default) then
`"lvgl/lvgl.h"` is included, else `"lvgl.h"` is included.
This is for other build systems (like PlatformiIO) which setup
build paths differently than esp-idf. More info in issue lvgl#220.
@C47D
Copy link
Collaborator

C47D commented Oct 26, 2020

Hi,

Thanks for the PR, this seems fine to me, I will read #220 tomorrow, I don't have a lot of experience using Platformio (only used it for a blinky project more than a year ago).

@C47D C47D merged commit 3a3cbf1 into lvgl:master Oct 26, 2020
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

Successfully merging this pull request may close these issues.

2 participants