Adafruit-ST7735-Library icon indicating copy to clipboard operation
Adafruit-ST7735-Library copied to clipboard

1.44 with Arduino Nano ESP32

Open RickorDD opened this issue 2 years ago • 1 comments

Library Example graphictest.ino compiled on Arduino IDE -> new Arduino Nano ESP32 but whats the correct PINs and is the Library already compatible?

TFT MOSI -> D12 TFT MISO -> D11 TFT SCK -> D13 TFT CS -> D10 DC -> ? RST -> ?

RickorDD avatar Aug 09 '23 07:08 RickorDD

Update, TFT 1.44 is running on Arduino Nano ESP32 but i cant read from SD Card with Card_CS Pin 4

 ESP32  TFT
 VBUS   Vin
 GND    GND
 D8     D/C
 D9     RESET
 D10    TFT_CS 
 D11    MOSI
 D12    MISO
 D13    SCK

RickorDD avatar Aug 09 '23 10:08 RickorDD