I have 3.5 inch TFT Arduino Shield Touchscreen (ILI9488). Working great with Arduino. But in my other project, it is required to interface LCD with Raspberry Pi Pico. I tried the TFT_eSPI library. I got the display but have no clue about using the touchscreen.
Please help me out with this. Thanks in advance.
You press the screen with Your finger...
Please read this topic "How to get the best out of this forum."
Thanks for your reply but this is not what I meant. Touchscreen is not working. Only the display works.
I figured it out myself only.
- Download MCUFRIEND_kbv Arduino Library.
- Open to Documents\Arduino\libraries\MCUFRIEND_kbv\utility\mcufriend_special.h
- Comment out //#define USE_MY_PICO
- Find out //RP2040 pin configuration on the same file and connect Raspberry Pi Pico with 3.5 inch TFT Touch Screen Arduino Shield accordingly.
- uncomment //#define USE_SPECIAL in Documents\Arduino\libraries\MCUFRIEND_kbv\utility\mcufriend_shield.h file.
Hello Harendra!
Could you please share the wiring scheme you used to connect the display to the Pico board?
I'm trying to do the same here using a similar board with an OrangePi 3-LTS but I'm having trouble trying to figure the display pins out.
1 Like
Please refer to the above diagram.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.

