Nkawu / TFT_22_ILI9225

Arduino library for 2.2" TFT display modules with ILI9225 driver
GNU General Public License v3.0
82 stars 43 forks source link

Working config with esp8266 #22

Closed dariocdj closed 6 years ago

dariocdj commented 6 years ago

Hello, i'm trying to make it work with an esp8266 from a couple of hours. Please can you give me a working GPIO config between esp-12 and ili9225 ? thanks Dario

Nkawu commented 6 years ago

Hi Dario. Unfortunately I do not have access to an ESP8266 to test the display. I will order one and try to make it work.

dariocdj commented 6 years ago

Argh, but you use with esp32 ? can you give me pin for esp32 ?

dariocdj commented 6 years ago

With Arduino everything work, also spi (not soft)... so display is working....

dariocdj commented 6 years ago

Solved, sorry but my esp adapter has printed gpio 5 and 4 inverted! But, why with display bitmap it crash? After displaying the bitmap it reset. Is it better to set SPI freq higher?

Nkawu commented 6 years ago

I just released v1.3.5 of the library which has changes for ESP32 to make it faster. As I said before, I don't have a ESP32 to test, so I can't help you with regards to the SPI freq.