Pico with MHS 3.5 TFT (ILI9486/XPT2046) #3087
DanielYWoo
started this conversation in
Raspberry Pi Pico
Replies: 1 comment
-
Try this library Mcufriend_kbv |
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
-
I have a 3.5 TFT with ILI9486/XPT2046 (http://www.lcdwiki.com/MHS-3.5inch_RPi_Display), just like the image in your doc:
https://github.com/Bodmer/TFT_eSPI/blob/master/docs/RPi_TFT_connections/RPi_TFT_Connections.png
This is designed for Raspberry 2/3/4 but it should work with Pico in Arduino IDE since the ILI9486 and XPT2046 are pretty widely used. My test code is as below
The wiring is
However, the screen is on but nothing shows, any clue to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions