I am using a LCD monitor screen KWH050TG08-F01 800x480.
I did the procedures mentioned above, with the correct parameters for my display, but it still doesn't work.
The LCD monitor screen show a left image that takes up less than 50% of the screen appears in the upper corner. I have problem with resolution. < http://goo.gl/UZYIR6 >
The following are my modifications:
linux-3.2.0-psp04.06.00.11/drivers/video/da8xx-fb.c
//"KWH050TG08-F01"
[5] = {
.name = "KWH050TG08-F01",
.width = 800,
.height = 480,
.hfp = 40,
.hbp = 40,
.hsw = 48,
.vfp = 13,
.vbp = 32,
.vsw = 3,
.pxl_clk = 35000000,
.invert_pxl_clk = 0,
________________________________
linux-3.2.0-psp04.06.00.11/arch/arm/mach-omap2/board-am335xevm.c
static struct lcd_ctrl_config wise_lcd_cfg = {
&wise_panel,
.ac_bias = 255,
.ac_bias_intrpt = 0,
.dma_burst_sz = 16,
.bpp = 16,
.fdd = 0x80,
.tft_alt_mode = 0,
.stn_565_mode = 0,
.mono_8bit_mode = 0,
.invert_line_clock = 1,
.invert_frm_clock = 1,
.sync_edge = 0,
.sync_ctrl = 1,
.raster_order = 0,
};
struct da8xx_lcdc_platform_data wiselcd43_pdata = {
.manu_name = "WiseLCD",
.controller_data = &wise_lcd_cfg,
.type = "KWH050TG08-F01",
};
______________________________________
Could you please share the information with me?