Lcd info

Anyone have any info on this lcd, or the interface it may have?

optrex pwb1543a, color LCD. Looked on optrex's site for similar things, but thy all seem to have a 40 something pin interface. This one only has 15 pins. It couldn't be VGA, could it?

Edit: found the datasheet http://www.mikrocontroller.net/attachment/121859/51543age-s__1_.pdf

So it's a grayscale dot matrix. Any tips on getting it to work?

Looks like they intend for you to refresh the 320x240 display 70 times per second. CL1 is a line clock. On the falling edge of CL1 it goes to the first pixel of the next line. The CL2 line is a pixel clock. On the falling edge of CL2 it grabs 4 bits from D0-D3 and uses them for the next four pixels of the display. The FLM line seems to be an output that tells you when it is starting at the top of a new frame (First Line Marker).

Good luck.

Eep.. that's a data rate of nearly 5.6MHz.

Does anyone know the name of this interface? Maybe there is a chip that could simplify things for me.