ILI9341_RTC Sketch

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
BlackWhiteFang
 
Posts: 59
Joined: Wed Oct 21, 2020 11:33 am

ILI9341_RTC Sketch

Post by BlackWhiteFang »

I am trying to use the Adafruit ILI9341_RTC sketch. I want to run this sketch on my ESP32 Development module and view the results on my MSP2807 SPI TFT display. I cannot find some of the pin out connections given in this sketch on mt ESP32 module:
#define TFT_DC 9 -- Can't find
#define TFT_CS 10 -- Can't find
#define TFT_RST 8 -- Can't find
#define TFT_MISO 12 -- Do you mean D12?
#define TFT_MOSI 11 -- Can't find
#define TFT_CLK 13 -- Do you mean D13?

What ESP32 pins should I use to make the ILI9341_RTC work with my ESP32 Module?

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”