UTFT constructor for 2.8 TFT LCD resisitve screen

I want to use UTFT and UTOUCH libraries (UTFT - Rinky-Dink Electronics) with my 2.8 TFT LCD resistive touch screen shield, bought from Adafruit - 2.8 TFT Touch Shield for Arduino with Resistive Touch Screen : ID 1651 : $34.95 : Adafruit Industries, Unique & fun DIY electronics and kits and need help with constructor to connect Genuino Mega 2560 and display via SPI. They will be connected with wires instead of shield being on top of the board (necessary in my project). Below are two lines that I think would work but I don't want to make any unnecessary damages to the board and display.

UTFT myGLCD(ILI9341_S5P,51,52,53,0,A0);
UTouch myTouch(52, 8, 51, 50, 17);

Thanks for help.