Carlos Diaz
Carlos Diaz
Most of the pull requests that fixed examples are now merged, can we close this issue?
Hi, Would it be done incrementally (one pull request per library) or in a single huge pull request?
Do we need another revision?
Mmmm there's a missing revision/approval, even when it had 2 already. I just sent another approval and it stays the same. Maybe is the phone github app having issues.
Hi, If a user wants to use the lvgl rust bindings what should they include, this repo or the `lvgl-sys` repo? I have the impression that this repo is more...
> Regular end users should rely on the safe Rust bindings. However, advanced users might choose to use the unsafe raw bindings (via the `lvgl-sys` C library generated by `bindgen`),...
> It might be a little off topic, but also related to the schedule of the releases and stability. In the the lvgl repo we have a test which should...
@kisvegabor With regards of separating the `lvgl-sys` repo from this, do you agree, see any issue?
> Basically there would be 2 bindings: a safe and an unsafe? If so, I suggest focusing on the simpler first, and if it ready, working, and we have positive...
Ok then, I'll create a new branch with the current version and then move the lvgl submodule to v9, then we can start patching it as @AlixANNERAUD did in their...