TD35 Display

bluscape
I received a batch of Mini2440 units with a TD35 display.
I need to compile a new driver for this display.

Anybody got the driver timing settings for this display?

Thanks

jiameijiang
http://pan.baidu.com/s/1kTHZRef
You can download the latest zImage .

bluscape
Thank you, but I need to compile my own zImage. 
Need the display timing to add the driver in the kernel.
Do you have timings?

laurent
Hi bluscape,

same problem as you. Did you get any luck in finding the timing parameters
?

thanks,
Laurent

bluscape
Hi Laurent,

I will download those files and dig in the kernel drivers for the timings.
Will let you know once I've found it.

MC

bluscape
I have not had a chance to test it:

#define LCD_WIDTH 240
#define LCD_HEIGHT 320
#define LCD_PIXCLOCK 170000

#define LCD_RIGHT_MARGIN 100
#define LCD_LEFT_MARGIN 0
#define LCD_HSYNC_LEN 4

#define LCD_UPPER_MARGIN 0
#define LCD_LOWER_MARGIN 1
#define LCD_VSYNC_LEN 9

#define LCD_CON5 (S3C2410_LCDCON5_FRM565 | S3C2410_LCDCON5_INVVCLK |
S3C2410_LCDCON5_INVVFRAME | S3C2410_LCDCON5_INVVLINE |
S3C2410_LCDCON5_HWSWP )

Laurent
Thanks a lot !
Well test it asap and let you know.