From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 06 Feb 2009 16:42:44 +0100 Subject: [U-Boot] [PATCH 6/9 v3] Add 16bpp BMP support In-Reply-To: References: Message-ID: <498C5A74.2040803@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > Changes since v1: added this comment to explain, that this patch from Mark > Jackson is included in this patch series for completeness, because future > patches base on it, long lines split. > Changes since v2: none. > > common/lcd.c | 51 +++++++++++++++++++++++++++++++++++++++++---------- > 1 files changed, 41 insertions(+), 10 deletions(-) Applied to u-boot-video/master. Thanks, Anatolij