HI all
I recently got a 2.4" touch screen shied from here: However, with hours of research i have not being able to find the pins that connect the shied to the arduino correctly.
I have downloaded the libraries:
- UTFT
- UTouch
I am trying to use the example UTFT/Arduino(AVR)/UTFT_Demo_320_240. In the initial code of...
// Set the pins to the correct ones for your development shield
// ------------------------------------------------------------
// Arduino Uno / 2009:
// -------------------
// Standard Arduino Uno/2009 shield : <display model>,A5,A4,A3,A2
// DisplayModule Arduino Uno TFT shield : <display model>,A5,A4,A3,A2
//
// Arduino Mega:
// -------------------
// Standard Arduino Mega/Due shield : <display model>,38,39,40,41
// CTE TFT LCD/SD Shield for Arduino Mega : <display model>,38,39,40,41
//
// Remember to change the model parameter to suit your display module!
UTFT myGLCD(ITDB32S,38,39,40,41);
i am asked for two things the model number and the pins. The model i found is...
ITDB28
However, i have no idea how i am supposed to get the pins, i have research for ages as i have already said and their is no records that i can find that show how i should find them. Does any one know where i sohuld look or more helpfully show me what pins i am supposed to connect up from the shield to the arduino
Any help would be greatly appreciated cheers Joseph