TFT-LCD and SD CARD

Hi,
I have itdb02 shield 3.2'' tftlcd.Using the sd card, i want to install the picture to TFT LCD.But i get an error.
I am writing program this way: myGLCD.loadBitmap(0, 0, 320, 240, "images1.RAW");

tflcd_devre.ino: In function 'void loop()':
tflcd_devre:96: error: 'class UTFT' has no member named 'loadBitmap'

Please Help Me..

tflcd_devre.ino (3.67 KB)

Now I'm no expert here, but it seems that your 'UTFT' library does not have a loadBitmap command in it.