Hello Liu,
I am using a 24 bit parallel display in android. The display comes up but it is blur. I am using the following kernel command line parameter -
console=ttymxc0,115200 init=/init video=mxcfb0:dev=lcd,CLAA-WVGA,bpp=32,if=RGB24 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale;boot
and using the kernel driver - drivers/video/mxc/mxc_lcdif.c with the following parameters -
static struct fb_videomode lcdif_modedb[] = {
{
"CLAA-WVGA", 60, 480,800, 39447, 60, 40, 2, 2, 20, 2,
FB_SYNC_CLK_LAT_FALL,
FB_VMODE_NONINTERLACED,
0,},
};
I have verified with the datasheet that these values are correct. As in your case the display working fine with android can you please help me to run my display.
Regards
Benoy