Siemens MC60 display

Pietdepiet

New member
Hello,

Is it possible to connect the Color LCD of the Siemens mc60 to my parallel port to show pictures on it?

I have the pinout:

1=LCD_CS
2=LCD_RESET
3=LCD_RS
4=LCD_CAM_CLK
5=LCD_CAM_MTSR
6=2.9V
7=GND
8=LCD_LED1_A
9=LIGHT_K
10=LCD_LED2_A

So, how shout I connect it -if it is possible- and which software should I use?

P.s. Sorry for my poor English, I'm dutch.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

Heffo

New member
Without seeing the datasheet for the LCD itself, I would say it *technically* would be possible, but it wouldn't be the best way to go about it.

For starters, the LCD's logic would operate on the 2.9v where the Parallel port would be supplying 5v on it's IO pins. Next, the display's communication is some kind of 2-wire serial interface, which bit-banging the serial protocol out the parallel port would be possible, but not exactly quick.

What you really need to to would be to find the datasheet for the LCD so you have the information about the serial protocol and what commands the LCD expects, then you would be best looking at some kind of microcontroller (AVR, PIC, etc) to interface to the LCD then the PC connects to the microcontroller via RS232 or USB.

As for which software, as far as I know, you would be on your own there, you would need to write some custom software. Of if you use Vista as your OS, you could write a custom sideshow driver.
 

Pietdepiet

New member
And how do I find the datasheet?

I have already googled for the numbers that are on the display:

LPH8731-3c G4252316C V3

and

0026 9 1/3

and

L13-1490.


But I can't find something...

I think 'LPH8731-3c' is the typenumber.

Oh, and connecting to the serial port or USB-port is fine too.
 
Last edited:

Heffo

New member
Usually, googling the numbers on the back of the display should be enough, but if you can't find them then there is every chance that the display was a custom unit made specifically for Siemens which means you are gunna be all out of luck trying to get it to work.

You can buy generic color LCD modules from SparkFun out of Nokia mobiles which come with the datasheet.
 
Top