3.6" TFT for UNO R3 and MEGA - Touch not work

Hi,

I have this tft
http://pt.aliexpress.com/item/3-5-inch-TFT-Touch-LCD-Screen-Display-Module-For-Arduino-UNO-R3-HIGH-QUALITY-NEW/1863849423.html?recommendVersion=1

Write work fine.
UTFT myGLCD(ILI9327_8,A2,A1,A3,A4); // is ok!!

But, touch not work :frowning:
I searh in google and forum exhaustively.

I put:
UTouch myTouch(6,A2,A1,7,9); and my tft mess data.

Pin:
touch screen x+,x- ------>D6,A2 about 650 ohm // ok
y+,y- ------->A1,D7 about 300 ohm // ok

is ok, I think it should be the other pins...

hi
please give me the library what you use
thanks