hello, i have one arduino 2560 with a TFT 2.4 inch made by mcufriend :
and i would like to use it with UTFT library from UTFT - Rinky-Dink Electronics
I test with demo "UTFT_Demo_320x240", i have add #define USE_UNO_SHIELD_ON_MEGA 1
because i use my shield is uno shield, i also modified the constructor :
UTFT myGLCD(ILI9325C, A2, A1, A3, A4);
i can compile and transfert to the arduino but the screen stay always white.
i have test the MCUFRIEND_kbv v2.9 (MCUFRIEND_kbv Library for Uno 2.4, 2.8, 3.5, 3.6, 3.95 inch mcufriend Shields - Displays - Arduino Forum) and it works fine but i would like to use a GUI library named AWind (AWind: GUI library for Arduino - TFT and OLED Displays - Libraries - Arduino Forum) and this library need UTFT to work.
How i can do for the screen work ?
Timiti29