wiring of MAR3501 3.5" arduino uno TFT shield to raspberry pico #2743
fbeleznay
started this conversation in
Compatible displays and setup files
Replies: 1 comment 6 replies
-
The display is 8 bit parallel. The SD card interface is SPI. This setup file should work. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a beginner question. I have a MAR3501 3.5" arduino uno TFT shield (picture attached) and it looks to me that it uses analog pins to connect the LCD to the Uno (it uses the SPI pins to access the SD card).

The pico has less analog pins that this shield is using for the connection.
I looked at example codes and tutorials, but the ones I could find explain how to connect TFT display using SPI.
In this video the author shows a shield with similar pinout and at around 2:00 he states that the SPI connection is shared by the SD card and the LCD. Is it the same with the display I have? Is it enough to connect the SPI pins to be able to draw on the display and also access the SD card?
Can someone please point me to a place where I can find a wiring to connect the shield to the Pico and some example code to start my learning?
Beta Was this translation helpful? Give feedback.
All reactions