* A problem about LCD driver
@ 2006-09-06 7:41 lei lei
2006-09-06 11:25 ` Marek Vašut
0 siblings, 1 reply; 2+ messages in thread
From: lei lei @ 2006-09-06 7:41 UTC (permalink / raw)
To: Linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]
Hi all:
I meet a problem in my project.The MPU is OMAP5912,we use the OSK
board and make a board as it.
LCD is sharp LQ036Q1DA01.
kernel:2.6.14
In the drivers/video/omap/lcd_omap.c
struct lcd_panel osk_panel = {
.name = "osk",
.config = OMAP_LCDC_PANEL_TFT,
.bpp = 16,
.data_lines = 16,
.x_res = 240,
.y_res = 320,
.pixel_clock = 12500,
.hsw = 40,
.hfp = 40,
.hbp = 72,
.vsw = 1,
.vfp = 1,
.vbp = 0,
.pcd = 12,
.init = osk_panel_init,
.cleanup = osk_panel_cleanup,
.enable = osk_panel_enable,
.disable = osk_panel_disable,
.get_caps = osk_panel_get_caps,
};
We have changed x_res=320 y_res=240,but LCD also can not work.I think other
parameters should be changed too.But i do not know what value they
should be changed to.
Are there other programs should be changed?
Thanks!
--
雷波 bolei
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: A problem about LCD driver
2006-09-06 7:41 A problem about LCD driver lei lei
@ 2006-09-06 11:25 ` Marek Vašut
0 siblings, 0 replies; 2+ messages in thread
From: Marek Vašut @ 2006-09-06 11:25 UTC (permalink / raw)
To: linux-omap-open-source
Hi,
try changing pixclock and bpp (to 8 eg.) ... I had probs with that.
btw what that lcd really does? does something appear on it?
BR
Marex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-06 11:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-06 7:41 A problem about LCD driver lei lei
2006-09-06 11:25 ` Marek Vašut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox