TFT 320QVT problem +pedal

A few months ago i decided to build a guitar pedal like:
ElectroSmash - pedalSHIELD Arduino Guitar Pedal. with the addition of a 3.2in tft touchsreen...

ive gotten it to work right without the touchscreen.. but i cant get the tft working... im 90% sure it is wired correctly and i think there may be a problem with the code itself...

the tft im using is the 320QTV and when i upload the code the L - Led on the arduino remains on like when theres no code... according to the new code it should not be on...

also my tft has a F-CS pin that i have no idea where it goes... ive connected the CS, and T-CS... and left the SD-CS and its other pins unconnected for now..

Ive used various code examples and its connected as : 38, 39, 40, 41 and the touch is:42, 43, 44, 45, 46 (instead of 6, 5, 4, 3, 2)

All i get is a white screen.

Any help would be appreciated

I have no clue what the pictures were supposed to tell us. I have no clue which touch screen you are using, because you did not provide a link. I have no idea what code you are using, because you didn't post it. I have no idea what "its connected as : 38, 39, 40, 41 and the touch is:42, 43, 44, 45, 46 (instead of 6, 5, 4, 3, 2)" means.

The only part of your post that does mean anything is

All i get is a white screen.

What that means is that your code is not correct or your wiring is wrong.

I have wired it according to this:
https://forum.arduino.cc/index.php?topic=101029.0

The code i tryed was the examples the tft and touch librarys come with... the only thing i change is the pins for the touch...
The pins RS, WR, CS, &RSET are set(wired) to pins 38, 39, 40, 41

& touch is: DCLK(T_CLK),
CS (T_CS),
IN (T_DIN),
OUT(T_DO),
IRQ (T_IRQ) is wired as pins 42, 43, 44, 45, 46

And as i said i left the SD unconnected.... and theres an F_CS that i dont know where it goes... googled that the code should start like follows:

UTFT myGLCD (SSD1289, 38, 39, 40, 41)

And gain all i get is a white screen...

This is the pinnout on my tft... any idea what the F_SC does(5 down from the left)