Hi, does anyone have the timing parameters for the 10.4" innolux/chimei TFT display. I purchased it from Hiteg, MegaDisplay 10 (http://www.hiteg.com/displays/130-megadisplay-10.html) I am trying to get it to work with the Mini2440 processor. I'm looking for timing parameters like this: #elif (TFT_TYPE == W35) #define LCD_VBPD ((4)&0xff) #define LCD_VFPD ((5)&0xff) #define LCD_VSPW ((15)&0x3f) #define LCD_HBPD ((21)&0x7f) #define LCD_HFPD ((32)&0xff) #define LCD_HSPW ((45)&0xff) The OS I'm using is Wince 5.0, but if anyone has the Linux parameters, I'd be keen to try those too. Thanks, Tom