adafruit / Adafruit-ST7735-Library

This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
https://learn.adafruit.com/1-8-tft-display
564 stars 305 forks source link

1.44 with Arduino Nano ESP32 #192

Open RickorDD opened 1 year ago

RickorDD commented 1 year ago

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 commented 1 year ago

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