TFT LCD libraries

Hello I was wondering if there is any way to combine libraries. What I am trying to do is get the the Seeed studio 2.8" touch screen (http://www.seeedstudio.com/wiki/2.8''_TFT_Touch_Shield_V1.0) from RadioShack to work with the Adafruit_TFTLCD libraries so i can try to get the LCD to work with this project.(http://sobisource.com/?p=375). Thank you for any help.

I will attach the library below.
TFT is the one that works with the LCD
Adafruit_TFTLCD is the one i would like to get working.

TFT.h (5.59 KB)

TFT.cpp (17.7 KB)

Adafruit_TFTLCD.h (2.71 KB)

Adafruit_TFTLCD.cpp (22.8 KB)

The rest of the files for Adafruit_TFTLCD

pin_magic.h (11 KB)

I recommend you use this library...

Write a derived class that interfaces with your device.

I recommend you use this library...
GitHub - adafruit/Adafruit-GFX-Library: Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
Write a derived class that interfaces with your device.

Hello. I do have that library. I'm new to this and don't know where to begin.

You can use this library as an example of how to derive from Adafruit_GFX...

This sketch I want to use says that it will work with this display (http://www.adafruit.com/products/335). I just wish adafruit still sold them. I have the libraries for the display I have as well as the adafruit libraries that work in the sketch(not my LCD) and the Adafruit_GFX. I've been staring at the all for 4 days I'm just so confused right now I don't know what to do. Thank you for any help.