Support for Pico-ResTouch-LCD-2.8 #1558
Replies: 6 comments 6 replies
-
Thanks. You don't need to define the SPI port when using PIO. |
Beta Was this translation helpful? Give feedback.
-
I am guessing you are using a version of TFT_eSPI that does not have the PIO capability because I would not expect touch to work when PIO is used. At the moment the PIO capability built into later libraries is transmit only. Which version of TFT_eSPI are you using? |
Beta Was this translation helpful? Give feedback.
-
After update and comenting out RP2040_PIO_SPI the screen works and touch pad works fine too with Earlephilhower´s arduino core but using Mbed Os RP2040 still return unusable raw values. |
Beta Was this translation helpful? Give feedback.
-
I keep getting the following error when trying to run any of the examples on the Waveshare 2.8 w/ pico. Any ideas what I'm missing....? Arduino: 1.8.8 (Windows 10), Board: "Raspberry Pi Pico, 2MB (Sketch: 1984KB, FS: 64KB), 125 MHz, Small (-Os) (standard), Enabled, Disabled, None, Pico SDK" In file included from C:\Users\Mike\Documents\Arduino\libraries\TFT_eSPI\TFT_eSPI.cpp:26: |
Beta Was this translation helpful? Give feedback.
-
Check your includes
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply....Took me a little while to figure out I had to define everything in the setup.h file. Got it working and hooked up to 2 i2c devices and works like a charm. Now trying to get the graphics and fonts sorted out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I couldn´t find a suitable user setup for for this device from Waveshare.
https://www.waveshare.com/wiki/Pico-ResTouch-LCD-2.8
I have modified other setup from another restouch device and it seems to works fine.
Beta Was this translation helpful? Give feedback.
All reactions