Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By andrew melvin
#17081 GPIO15 is tied straight to GND, no resister. Does this matter?



alonewolfx2 wrote:gpio15 to gnd with or without resistor ?
andrew melvin wrote:I would really like to get a screen working withy ESPs...

I have a bunch of these SP1 screens that work with my nanos but when i hook them up to the ESP Arduino i get white screen.

I'm using these connections and the latest arduino environment. and the ILI9341 example compiles fine.
not working for me. 2.4" ili9341 tft lcd touch screen.

ESP8266 ili9341 2.4" LCD
GPIO 2 D/C
GPIO15 CS (and GPIO15 -> GND)
GPIO12 MISO/SDO
GPIO13 MOSI/SOI
GPIO14 SCK
3.3v -> pot LED
3.3v RESET
3.3v VCC
GND GND

does anyone have some suggestions?
User avatar
By Blurfl
#17094 Better to always use a resistor; the board I have uses 10K. Wouldn't want to burn out GPIO15 driving straight into ground. Can it still blink an LED in a simple sketch?
With the pull-down on GPIO15 and the other connections you listed, I've had success with the ILI9341. I used the library versions in the github sources (newer than the ones in the release packages). I think even newer versions might be coming out soon, worth the wait.
User avatar
By Mikejstb
#17098
Blurfl wrote:Look into the recent (May 9, 7:21AM PDT) chat on the esp8266/Arduino Gitter.
Links2004 is working on some very promising patches to the Adafruit_ILI9341 library, getting remarkable speed - the whole graphic demo runs in under nine seconds on the setup I've seen.


what/where is "the esp8266/Arduino Gitter"?
User avatar
By andrew melvin
#17099
Mikejstb wrote:
Blurfl wrote:Look into the recent (May 9, 7:21AM PDT) chat on the esp8266/Arduino Gitter.
Links2004 is working on some very promising patches to the Adafruit_ILI9341 library, getting remarkable speed - the whole graphic demo runs in under nine seconds on the setup I've seen.


what/where is "the esp8266/Arduino Gitter"?


https://github.com/esp8266/Arduino/pull/210