How to setup display on SPI1 in raspberry pi pico #1242
kyrk55
started this conversation in
Raspberry Pi Pico
Replies: 1 comment
-
This is possible with recent library versions. This is an example for using SPI 1 pins:
|
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
-
How do i set up lcd for SPI1 i try just change pin to
#define TFT_MISO 12
#define TFT_MOSI 15
#define TFT_SCLK 14
#define TFT_CS 13
#define TFT_DC 26
#define TFT_RST 7
but no luck. On SPI0 all work wich no problem.
Beta Was this translation helpful? Give feedback.
All reactions