Billies Hydro Controller Arduino mega/TFT_320QVT

Hello,

If this is a mis post or posted with bad form please let me know as its my first post. Im building a hydro controller following Billie's Hydroponic Controller - Exhibition / Gallery - Arduino Forum although I'm using a different LCD. I can see many people have used the same parts from google searches just i feel I'm missing somethingin my understanding

Im struggling with getting a TFT_320QVT to display anything other than the white back light. the code I'm using is as follows to define pin and from what I've managed to find online i have the LCD and Touch bus' wired correctly

UTFT myGLCD(ITDB32S,38,39,40,41);  //pins used for TFT
ITDB02_Touch  myTouch(6,5,4,3,2);  //pins used for Touch

I'd really appreciate any help. :slight_smile: