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

Update embedded-graphics to 0.8.0 #7

Closed
wants to merge 1 commit into from
Closed

Update embedded-graphics to 0.8.0 #7

wants to merge 1 commit into from

Conversation

andber1
Copy link

@andber1 andber1 commented Apr 8, 2024

The RgbColor trait has changed in embedded-graphics. So this change is needed if you want to use the latest embedded-graphics crate.
I am not sure how to fix the errors in the GitHub workflows. I have seen those errors before my changes as well.

@LuckyTurtleDev
Copy link
Owner

The errors sound liken an breaking change at rust !?!
The last commit can not be test with the current rust version, but the old CI run had no issue as it had run with now old rust. However rerunning it cause exactly the same issue as them I have local now.

Luckily this was an easy fix:

- //! const IMAGE: Image\<Bgr565> = "grass.png";
+ //! const IMAGE: Image\<Bgr565> = "embedded-sprites/grass.png";

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