Sermus / ESP8266_Adafruit_ILI9341

Driver and sample code for ILI9341-based TFT displays designed for ESP8266 chip
113 stars 43 forks source link

Pin connections #3

Closed rith87 closed 9 years ago

rith87 commented 9 years ago

In the quick wiring guide, I saw:

MISO --> GPIO12

My understanding is that the ESP8266 is the master and is pushing bits to the slave LCD screen. Shouldn't it be MOSI --> GPIO12 instead?

Sermus commented 9 years ago

Yes, you're absolutely right, this is a typo of course.

2015-06-10 11:49 GMT+03:00 rith87 notifications@github.com:

In the quick wiring guide, I saw:

MISO --> GPIO12

My understanding is that the ESP8266 is the master and is pushing bits to the slave LCD screen. Shouldn't it be MOSI --> GPIO12 instead?

— Reply to this email directly or view it on GitHub https://github.com/Sermus/ESP8266_Adafruit_ILI9341/issues/3.

rith87 commented 9 years ago

Cool. Just checking. Thanks for the quick response!

Sermus commented 9 years ago

Corrected