News: Raspberry Pi Pico (RP2040) support #1111
Replies: 13 comments 17 replies
-
The official Arduino board package for the Raspberry Pi Pico was released recently. Quite a few warnings get reported but I have updated the library so it compiles and runs fine. So the library master copy is now compatible with both the official board package and Earle Philhower's. Update: PIO capability has been edded. The PIO functions only work with Earle Philhower's board package: |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
New PIO code has been added at v2.3.45 for the RP2040 to allow the fast SPI PIO capability of the RP2040 to be used with 18bit colour SPI displays such as the ILI9488. Example setup:
|
Beta Was this translation helpful? Give feedback.
-
I have updated the TFT_eSPI master library (only[url=https://github.com/Bodmer/TFT_eSPI] available from Github[/url] at the moment).
The library has been tested with the Raspberry Pi Pico connected to an ILI9341 4 wire SPI display.
The examples are working and performance is quite good.
For those familiar with the "Graphicstest" example these are the results:
The Jpeg decode is slower that processors that have a dedicated FPU but it is still acceptable.
Sprites work very well and the large RAM means full frame buffers are possible for the smaller displays (e.g. 240x320).
Beta Was this translation helpful? Give feedback.
All reactions