Graphics library for NodeMCU (ESP8266), ESP32 and serial+parallel TFT displays

How hard would it be to write (just for debug purposes) an Adafruit compatible driver using ILI9431 as a template. Tried myself but cannot get the init to work (Used your init and notro's init, screen stays white)
Any idea's?

Nevermind, it wasn't that :o. After setting a few print statements I saw that it crashed on setFreeFont
Setting it to setTextFont(2); worked.

Have to change a few settings to make it fit the 480*320. It even works on 160MHZ.

I had to use the JPEGDecoder version from FredericPlante. Yours gave me everything but no Google Maps background.