Pico: SPI
#591
Replies: 1 comment
-
@mkellner |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've added initial SPI support to the Pico. There is also a new target:
pico/ili9341
to support it.And a wiring guide for the display at: https://github.com/Moddable-OpenSource/moddable/blob/pico/documentation/displays/wiring-guide-generic-2.4-spi-pico.md.
The initial implementation is using SPI1 on the following pins:
The ili9341 is connected with the additional pins:
As the underlying Pico SPI APIs are blocking only at this point, so is the Moddable implementation.
Beta Was this translation helpful? Give feedback.
All reactions