-
Notifications
You must be signed in to change notification settings - Fork 73
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
Samples fail on master due to error interface mismatch #146
Comments
Oops, had kind of left this codebase mid-rework before I got distracted by work. I'll fix up the examples in a minute. Thanks! |
No problem, I understand keeping sample up to date is never simple. By the way, when entering the project it is not easy to guest samples expected behavior. A PNG of expected result for each sample would help. In my case demo+button works but App+Meter do not start any graphics. (OpenSuse-15.4 / Rust 1.71), normal ?
|
The |
Thank you for your reactivity. I'm currently rebuilding "arc.rs" sample out of tree. Using your work out of tree also would deserve a small explanation in the README, or even better an external git repo for samples as https://github.com/embedded-graphics/examples Following cargo.toml works, but is it optimal ?
|
For lvgl dependencies, just use the latest git. 0.6 was a fair bit ago and there have been a lot of bugfixes since. Also, you (hopefully) won't need |
version number: In fact giving 0.6 as dependencies pull the latest 0.6.x version. As today the 0.6.2. As we target production and not development, we are willing to make sure that if a minor version is publish we try it. When our code break with new version of a package, we like to known it as soon as possible. |
lvgl-sys is use by
|
Is there a way to hide |
Arbitrary env vars can be specified in |
I understand, and furthermore it remains a "nice to have" feature and nothing critical. Thank you again for your support. |
If anyone else gets bitten by this, I (know 0 Rust, but) was able to resolve the issue by removing the |
Same, I've opened #183 with this fixes |
In the process of running sample. I fail on Master, while they works on tags/0.6.2.
Interfaces for functions like add_style changed. On master they changed and to stop returning
LvResult<()>
The text was updated successfully, but these errors were encountered: