Jak to jest SPI to Din MOSI, clk SCK, a resztę to pewnie definiujesz w programie lub bibliotece.
Jak wpiszesz w Google "pico arduino LCD SPI schematic" to znajdziesz wiele przykładowych podłączeń, schematów.
http://helloraspberrypi.blogspot.com/202...8x160.html
MOSI MISO i CLK powinny być zgodne ze sprzętowym w uC, a reszta to już byle były wolne piny IO.
Jak wpiszesz w Google "pico arduino LCD SPI schematic" to znajdziesz wiele przykładowych podłączeń, schematów.
http://helloraspberrypi.blogspot.com/202...8x160.html
Kod:
// For the Pico use these #define lines
#define TFT_MISO 0
#define TFT_MOSI 3
#define TFT_SCLK 2
#define TFT_CS 20 // Chip select control pin
#define TFT_DC 18 // Data Command control pin
#define TFT_RST 19 // Reset pin (could connect to Arduino RESET pin)
//#define TFT_BL // LED back-light
Miło być decenianym https://buycoffee.to/kaczakat