Which pins correspond to the GPIO pins on the Raspberry Pi Pico? #2907
henryernice
started this conversation in
Raspberry Pi Pico
Replies: 1 comment 1 reply
-
You need to look in the "user_setups" folder in the library for the header file "Setup60_RP2040_ILI9341.h" Are you using the Arduino ide? If so, check the "libraries" folder of your arduino projects folder. You'll see the TFT_eSPI folder in there with all the header files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the User_Setup.h file you can set the pins like mosi, miso, dc etc. but it doesn't state which pins to use for Raspberry Pi Pico.
And another thing is that i downloaded the library and i don't even know how to modify the user_setup.h file.
Beta Was this translation helpful? Give feedback.
All reactions