You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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/ili9341to 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.
All reactions