I need help designing this board to drive LCD

Thread Starter

Ali.Soliman

Joined Sep 14, 2012
5
Hi everyone,

I am working on designing a board that will house an AM3517-M2 SOM, the main function of the board is to drive the HITACHI TX13D04VM2CAA 5" LCD. I will also make use of other IOs on the SOM.

I am having a problem deciding about the LCD connections. There are no VSYNC, HSYNC on the LCD only a DE - Data Enable and a DCLK - DOT Clock.

I am confused because I thought the VSYNC and HSYNC signal are quite essential to drive an LCD. looking at most other LCDs they do use the VSYNC and HSYNC signals.

Can someone tell me if I am missing something here? Will it be ok to drive this LCD without the VSYNC,HSYNC signals ?

Attached are data sheet for LCD and the SOM.

any advice or link to tutorial will be very appreciated.

Cheers.
 

Attachments

ErnieM

Joined Apr 24, 2011
8,377
Looking at Figure 9.2 Timing chart for the TX13D04VM2CAA seems to indicate the traditional VSYNC and HSYNC signals are not required. You'll be inputting the display data at the display bit rate and the controller inside is just directing the pixel data as received to the display. I would imagine if you don't hit their recommended data rates something would still appear on the display, though it may be a poor (jumpy, flash, etc.) image.

Sorry I don't know of any tutorials on this. The TFT displays I use you only update once, and the driver chip holds the entire image data and updates the display as it needs.
 

Thread Starter

Ali.Soliman

Joined Sep 14, 2012
5
Thanks Ernie,

your words are reassuring. I have attached the schematics if you can look at it.

I am a bit confused about the Display On/Off circuit bit, this bit of circuit was taken from a working driving board but I wanted to make sure its the same for my LCD.
 

Attachments

ErnieM

Joined Apr 24, 2011
8,377
Seems you want me to guess what part of another projects schematic shown in very low resolution might be applicable here. What part of the spec covers this "Display On/Off" control?
 

THE_RB

Joined Feb 11, 2008
5,438
Most of those larger LCDs have a minimum dot clock rate, it's usually in the Mhz. They need an extremely specialised high speed driver IC.

If the driver IC is onboard, the pinout usually accepts hsync, vsync etc and RGB pixel data in real time (like a VGA signal).
 
Top