MCUfriend TFT LCD pin re-assignment

it there a way to connect this to my ili9341 display, I need to change the pins to what I currently use with other sketches, I am using:

vcc - 3.3v
gnd - gnd
cs - PB8
reset - 3.3v
dc - PB9
mosi - PA7
sck - PA7
led - 3.3v
miso - PA6
T-clk - PA5
T-cs - PA2
T-din PA7
T-do - PA6
T-irq - not connected

// TFT control via pins A0-A4 and pins D2 thru D9 
// uses mcufriend_kbv library by David Prentice

  #define LCD_CS A3              // Chip Select goes to Analog 3
  #define LCD_CD A2              // Command/Data goes to Analog 2
  #define LCD_WR A1              // LCD Write goes to Analog 1
  #define LCD_RD A0              // LCD Read goes to Analog 0
  #define LCD_RESET A4           // alternatively just connect to Arduino reset pin

  #include <SPI.h>               // f.k. for Arduino-1.5.2
  #include <Adafruit_GFX.h>      // hardware-specific library
  #include <MCUFRIEND_kbv.h>     // hardware-specific library