From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 4 Feb 2009 23:36:02 +0100 Subject: [U-Boot] [PATCH 6/9] Add 16bpp BMP support In-Reply-To: References: Message-ID: <20090204223602.GC31498@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18:00 Wed 04 Feb , Guennadi Liakhovetski wrote: > From: Mark Jackson > > This patch adds 16bpp BMP support to the common lcd code. > > Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code. > > At the moment it's only been tested on the MIMC200 AVR32 board, but extending > this to other platforms should be a simple task !! > > Signed-off-by: Mark Jackson > Signed-off-by: Guennadi Liakhovetski > --- I'll check on at91 Best Regards, J.