From: Rajashekhara, S. <sud...@ti...> - 2009-06-30 06:26:36
|
Hi, On Fri, Jun 26, 2009 at 10:48:55, Krzysztof Helt wrote: > On Wed, 24 Jun 2009 06:58:21 -0400 > "Rajashekhara, Sudhakar" <sud...@ti...> wrote: > > > Adds LCD controller (LCDC) driver for TI's DA8xx/OMAP-L1xx architecture. > > LCDC specifications can be found at http://www.ti.com/litv/pdf/sprufm0a. > > > > LCDC on DA8xx consists of two independent controllers, the Raster Controller > > and the LCD Interface Display Driver (LIDD) controller. LIDD further supports > > character and graphic displays. > > > > This patch adds support for the graphic display (Sharp LQ035Q3DG01) found on > > the DA830 based EVM. The EVM details can be found at: > > http://support.spectrumdigital.com/boards/dskda830/revc/. > > > > Signed-off-by: Sudhakar Rajashekhara <sud...@ti...> > > Signed-off-by: Pavel Kiryukhin <pki...@ru...> > > Signed-off-by: Steve Chen <sc...@mv...> > > --- [...] > > The true color modes do not use the palette entry. I assume > that the value below forces controller to use true color mode. > > > + palette[0] = 0x4000; > > + } > > + You are right. The above line enables the true color mode. I tested the driver with the changes suggested by you. I'll be submitting the v4 version of the patch soon. Regards, Sudhakar |