I am new to do LCD driver, so I am using itbok to check my display board for OMAP 35x EVM, which has a 960 x 540 high definition LCD display, using 24 data line. (I will do the linux driver after I am sure the hardware is working). I changed the DISPC_CONTROL to 24 Bit, set the graphics attribute to 24 bit RGB (DISPC_GFX_ATTRIBUTES), and LCD size to 960 x 540 (DISPC_SIZE_DIG). I am not sure whether I need to change the Hsync and Vsync timing (the timing register only set back-porch and front-porch). The data sheet said for Hsync it is 33.72 Khz and Vsync is 60 Hz, are this the same as Sharp display originally on the EVM board. Anything else I need to do? The image I got on the display was messed up. Experts, please help me. Thanks.