LCD display reverse engineering

displaylcdreverse-engineering

enter image description hereI recently got in my hand an old phone lcd display.
Display itself seems to be useful so I took apart it from the rest, and I begun to test its behaviour.
Display is named SHARP LM167511 and its control is made by the OKI MSM6262-01, of which I found the datasheet.
Display PCB has also two rows of buttons by its side, so the exported header by which telephone controlled it are buttons headers and OKI controller pins.
Referring on the datasheet names, pins are:
GND, VCC, V5, CS, R/W, E, A0, A1, D0~7
Based on my previous experiences, I assumed V5 to be the contrast of the device, so I connected to it a potentiometer, my hope was that changing V5 voltage I could see something, but it wasn't the case.
So I built an arduino based circuit trying changing signals on the control header. Until now I had no life signs.
I agree with everyone would say: consider it broken. but I also have a spare one which does the same.
My request is: does anybody have experience with this device, or other LCD who could give me any hint on how to proceed?

Best Answer

As some of you as pointed out, at last I resolved myself the issues I had.
It wasn't that easy for me to find where my problem was, and since this question seemed not to be so popular I assumed nobody cared about the solution.
Sorry if some of you, trying to give me an hint, spent their time in the pursuit of find info for me.
Problem was mainly in the negative voltage this display needed to work.
Here a blog post I made about the argument, if somebody really care about it.

http://carminatialessandro.blogspot.it/2014/05/recently-i-got-into-my-hand-this-old.html

I want to express my gratitude to anyone trying to help me spent his/her time answering this question.