Skip to content
Discussion options

You must be logged in to vote

Check the pinout/schematics at https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html . IIRC anything before GPIO23 should be untouched by the CYW43 interface, but the schematic can verify that for you. Pick either SPI or SPI1, the WiFi chip doesn't use a HW SPI interface. Make sure the pins are legal using the above link, you can't just pick any combinations.

I got Software SPI working, but that's the easy part + it is much too slow for 256x64 px...

I don't think HW SPI is any faster. The included SoftwareSPI in this core uses PIO hardware to do the work and can go up to 1/4 the CPU clock. Make sure you set the SPI frequency as high as you can support w/the display…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pike2k
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants