Add BSP for Pimoroni Pico Display Pack 2.8" #83
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.
Pimoroni recently released a new version of their Pico Display Pack with a 2.8" screen:
https://shop.pimoroni.com/products/pico-display-pack-2-8
I really wanted to use it with Rust for some reason... 🙂 While schematics are not released yet, I found some information on their forum. Forum post:
https://forums.pimoroni.com/t/pico-display-pack-2-8-info/25273
Unsure if the code will work with their earlier models, so I have specified the full name (including the 2.8" in readmes).
Probably room for improvements. Focused on making the example dead-simple, so it can probably be rewritten in a prettier way. I think keeping it like this is works as a teaching example on the inner workings 🙂
In action (before change of orientation to landscape, see below):
EDIT:
Changed the orientation to landscape to fit the button layout better. Don't remember why I decided on portrait to begin with 🙀