-->
Page 1 of 8

ili9341 Esp-07 or Esp-12

PostPosted: Sun Apr 19, 2015 3:46 pm
by tontito
Hi

i use library
https://github.com/esp8266/Arduino/tree ... it_ILI9341

Uses HSPI.
Wiring:

ILI9341 pin ESP-07 pin
MISO GPIO12
MOSI GPIO13
SCK GPIO14
CS GPIO15
DC GPIO2

Reset 3V3

only white screen not working.

Re: ili9341 Esp-07 or Esp-12

PostPosted: Mon Apr 20, 2015 3:38 am
by Ribeiro Santos
In your wiring is missing connect the TFT LED pin (through 50-60 Ohm resistor to 3V3), no?
In my case, I have to connect 5V to work.

Re: ili9341 Esp-07 or Esp-12

PostPosted: Mon Apr 20, 2015 6:27 am
by tontito
Ribeiro Santos wrote:In your wiring is missing connect the TFT LED pin (through 50-60 Ohm resistor to 3V3), no?
In my case, I have to connect 5V to work.


no TFT Led 50-60 resistor 3.3v

but important problem GPIO15 always connected GND ESP-07 not connect GPIO15 -> GND not working.

TFT CS pin to GPIO15 because of this TFT CS always GND.

What should I do for it?

Re: ili9341 Esp-07 or Esp-12

PostPosted: Mon Apr 20, 2015 6:37 am
by Ribeiro Santos
If you're using just one SPI device no problem, because CS (chip select) when LOW means this device is ACTIVE (in use).

The TFT should have one pin to control the brightness. Is this your TFT http://forum.arduino.cc/index.php?topic=200126.0? See the link, if it help you with wiring or another tip.