Using ILI9488

Unfortunately, with the ILI9486 configuration I only see dark screen with faded stripes.

This is the init line in my code (The UTFT_Demo_320X240.ino):

UTFT myGLCD(CTE40,38,39,40,41);

And in the setup function:

myGLCD.InitLCD();

Thank you