gnulabis / UTFT-ESP

UTFT with support for ESP8266 and ESP32
Other
89 stars 31 forks source link

ESP32 port. #15

Closed GabeHC closed 6 years ago

GabeHC commented 7 years ago

Great job, Can you make it ESP32 compitable?

gnulabis commented 7 years ago

Hi, thanks.

Not really, not now anyway, since I don't have the hardware to test it.

Cristianistrate commented 7 years ago

Any news on ESP32 Port ?

gnulabis commented 7 years ago

Hi, no, unfortunately I still don't have an ESP32.

Osmosis311 commented 6 years ago

I'm sure the community would be happy to send you one. Adafruit has an ESP32 "Feather" board for only $20.

gnulabis commented 6 years ago

Well, I had to order a new TFT module, so I ordered a NodeMCU ESP32 module as well.

Stay tuned...

gnulabis commented 6 years ago

I just pushed 3ebc408c2d9cbe038315b996199eb85a2f7e7175, which adds preliminary support for ESP32. I briefly tested it with hardware SPI and it works. I'll merge it to master once I've done a few more tests.

For the record, I used the following wiring in my test (and the VSPI port pins for SPI clock and data): UTFT myGLCD ( ILI9341_S5P, 5, 16, 4 );