1.44 TFT Display with TFT_ILI9163C driver

Hi,

Kindly am using the following display:

http://www.ebay.com/itm/Replace-Nokia-5110-LCD-1-44-Red-Serial-128X128-SPI-Color-TFT-LCD-Display-Module-/141196897388

I download the following tow libraries :

but I have the following error when I use on of the examples in the same repository:

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Nano w/ ATmega328"
C:\Users\khale_000\Documents\Arduino\libraries\Adafruit_GFX\Adafruit_GFX.cpp:35:22: error: glcdfont.c: No such file or directory
C:\Users\khale_000\Documents\Arduino\libraries\Adafruit_GFX\Adafruit_GFX.cpp: In member function 'void Adafruit_GFX::drawChar(int16_t, int16_t, unsigned char, uint16_t, uint16_t, uint8_t)':
C:\Users\khale_000\Documents\Arduino\libraries\Adafruit_GFX\Adafruit_GFX.cpp:444: error: 'font' was not declared in this scope

any suggestions!

Hi,
goto

copy the code into a file named glcdfont.c

Best regards,
Achim