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

Add embedded-graphics driver #214

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Add embedded-graphics driver #214

merged 1 commit into from
Feb 14, 2025

Conversation

dcoles
Copy link
Collaborator

@dcoles dcoles commented Feb 1, 2025

This allows using Canvas as an embedded-graphics draw target. It requires the embedded-graphics feature which is enabled by default.

Also included is an embedded-graphics example based on the embedded-graphics "Hello world" example.

Screenshot-20250213-200717

I kept the Gui API wrappers fairly minimal so they don't disrupt #29.

@dcoles dcoles requested review from str4d and JarvisCraft February 1, 2025 06:28
This allows using `Canvas` as an `embedded-graphics` draw target.
It requires the `embedded-graphics` feature which is enabled by default.

Also included is an `embedded-graphics` example based on the
embedded-graphics "Hello world" example.
@dcoles
Copy link
Collaborator Author

dcoles commented Feb 14, 2025

I'm going to merge this since there's been no comments so far, but still open for post merge review.

@dcoles dcoles merged commit 23058fd into main Feb 14, 2025
8 of 9 checks passed
@dcoles dcoles deleted the embedded-graphics branch February 14, 2025 04:08
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.

1 participant