MartyMacGyver / ESP32_Adafruit_ILI9341

Driver and sample code for ILI9341-based TFT displays designed for the ESP32 / ESP32-WROVER-KIT
47 stars 11 forks source link

Wrong Wiring #4

Closed DKlay closed 5 years ago

DKlay commented 7 years ago

Inside the readme you write the following for wire:

ILI9341 pin --> ESP32 GPIO pin of choice MOSI --> GPIO13 MISO --> n/c CLK --> GPIO14 CS --> GPIO15 DC --> GPIO2 Reset --> pull up to 3.3V GND --> ground

Im not able to display simple text, ss this up to date? Because inside the HSPI.c file you use other Pins.

Im using the ESP32 WROOM-32 Board

MartyMacGyver commented 7 years ago

This was a proof of concept and was specifically for the WROVER board I was testing with. A more comprehensive solution would be https://github.com/loboris/ESP32_TFT_library