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

provide into_inner() for LedMatrix #10

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

BartMassey
Copy link
Contributor

microbit-bsp currently sets up the display as an LedMatrix at startup. This is very convenient. However, I needed the display pins for another thing.

This patch provides LedMatrix::into_inner(), which disassembles the matrix and returns its pins.

@lulf lulf merged commit 86af98b into lulf:main Mar 15, 2024
1 check passed
@lulf
Copy link
Owner

lulf commented Mar 15, 2024

Thanks!

@BartMassey
Copy link
Contributor Author

Thank you!

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.

None yet

2 participants