Please i need your help! I bought this LCD from ebay :
http://www.ebay.com/itm/180841556770#ht_2329wt_905 here are some pictures i took with my phone:


the glcd library says i need to connect my wires like this:
#define glcdData0Pin 8
#define glcdData1Pin 9
#define glcdData2Pin 10
#define glcdData3Pin 11
#define glcdData4Pin 4
#define glcdData5Pin 5
#define glcdData6Pin 6
#define glcdData7Pin 7
#define glcdCSEL1 14
#define glcdCSEL2 15
#define glcdRW 16
#define glcdDI 17
#define glcdEN 18
but for my screen i have different names as you see like this:
VSS
VDD
V0
RS
R/W
E
DB0 -> DB7
PSB
NC
RST
Vout
BLA
BLK
so i guess R/W=RW and EN=E but i have no idea which Pin is for CSL1 and CSL2 and also is RS=DI?
when i connect them like this (R/W=RW, EN=E, DI=RS, PSB=CSL1, NC=CSL2) and i run the examples from the glcd library i always get only this result for all the examples:

Please help me!!! i am desperate!!!!!what i am doing wrong???please i need your help!Every comment will be very useful for me!