Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Lots of folks have a Matrix Portal now and are possibly being introduced to
displayio
for the first time with it. See #95 for one example. But I think it's popped up a few other places as well.The majority of
displayio
examples are written usingboard.DISPLAY
assuming that they will be run on a device with a built-in display. Any written this way won't work as is on a Matrix Portal.This PR adds a copy of the simpletest example that has been modified to work on Matrix Portal.
I do wonder if we want to keep the examples seperated like in this PR, or combined into one file with comment / uncomment a section? Or perhaps there is some other possible technical solution that can work with both types of devices without the user having to worry about it as much?