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):
![IMG_1969](https://private-user-images.githubusercontent.com/5732795/360086875-c5590e09-58f6-495a-9bea-0d1e1a5d9585.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTE3NzgsIm5iZiI6MTczOTI1MTQ3OCwicGF0aCI6Ii81NzMyNzk1LzM2MDA4Njg3NS1jNTU5MGUwOS01OGY2LTQ5NWEtOWJlYS0wZDFlMWE1ZDk1ODUuanBlZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA1MjQzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI4MDE4ZDBkOGQzZTM5OGNmMzk2ZDkxMDEzMThiZGE4OTEzZTExMmMzMDdjNDA4MjgyOTY4Yjc0MjViYmE4M2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c_3dvOvENHhYs-phFucPo8RRHYDy3Oz6UcPClJzfjGA)
EDIT:
Changed the orientation to landscape to fit the button layout better. Don't remember why I decided on portrait to begin with 🙀