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

[WIP] Rust-native config file(s) for LVGL #82

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

nia-e
Copy link
Collaborator

@nia-e nia-e commented Mar 30, 2023

Enables a user-defined configuration file or files which can be used to dynamically generate lv_conf.h and lv_drv_conf.h. A lot is left to do before this is usable, and it may not make 0.6.0 depending on how long it takes.

This closes #11

@rafaelcaricio
Copy link
Collaborator

I think it is good to add a subset that you might find more useful now and keep adding more later on.

@nia-e
Copy link
Collaborator Author

nia-e commented Mar 31, 2023

That probably won't be the main bottleneck I suspect. I planned to do this very comprehensively, i.e. generate the entire header file at compile-time and then import that. That would also fix the weirdness with #81

@nia-e nia-e added the breaking Breaks or changes the API label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaks or changes the API enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it possible to define LVGL config in a higher level format
2 participants