Arduino Nano RP2040 and ST7735 from AZ-Delivery #1350
Replies: 2 comments 1 reply
-
Probably the same issue being discussed in #1519
|
Beta Was this translation helpful? Give feedback.
-
Did you get this SPI working? What connections did you use? In the Setup60: I have the same screen and like you on the Pico Pi, I also have just a white screen. I'm not sure my pin connection is correct and can't find a detailed pin connection list some has used. Not sure if I should be using SPI1 or SPI0? Using the RP2040 MBed board manager SPI works with Adafruit ST7735 (however I can't get any MBed multicore to work :( ). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a way to get the ST7735 from az-delivery to work with the Arduino Nano RP2040.
https://www.az-delivery.de/products/1-8-zoll-spi-tft-display
It works fine with the Adafruit GFX and Adafruit ST7735.
Unfortunately, with the TFT_eSPI library, I only get a blank screen.
#define TFT_MISO 12
#define TFT_MOSI 11
#define TFT_SCLK 13
#define TFT_CS 10
#define TFT_DC 8
#define TFT_RST 9
What am I doing wrong?
Setup60_RP2040_ST7735.h.txt
Best Regards
kww52
Beta Was this translation helpful? Give feedback.
All reactions