5.6" INNOLUX TFT LCD for 6410 or 2440

Shaun
Hi
Can anyone help with the driver for the 5.6 in the options.h file, I have
it sort of working with this set-up
#elif defined(LCD_A56)
#define LCD_WIDTH   640
#define LCD_HEIGHT  480
#define LCD_VBPD_VALUE   0x02
#define LCD_VFPD_VALUE   0x02
#define LCD_VSPW_VALUE   0x04
#define LCD_HBPD_VALUE   0x02
#define LCD_HFPD_VALUE   0x02
#define LCD_HSPW_VALUE   0x29
#define LCD_RGB_OUT_MODE   DISP_16BIT_RGB565_P
#define LCD_VCLK_POLARITY  IVCLK_FALL_EDGE
#define LCD_HSYNC_POLARITY IHSYNC_LOW_ACTIVE
#define LCD_VSYNC_POLARITY IVSYNC_LOW_ACTIVE
#define LCD_VDEN_POLARITY  IVDEN_HIGH_ACTIVE
#define LCD_PNR_MODE       PNRMODE_RGB_P
#define LCD_VCLK_SOURCE    CLKSEL_F_LCDCLK
#define LCD_VCLK_DIRECTION CLKDIR_DIVIDED
#define LCD_FRAME_RATE     80  
#define LCD_TFT_CLKVAL     3      

Any help would be most appreciated