]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add 16bpp BMP support
authorMark Jackson <mpfj@mimc.co.uk>
Fri, 6 Feb 2009 09:37:49 +0000 (10:37 +0100)
committerAnatolij Gustschin <agust@denx.de>
Tue, 24 Feb 2009 09:05:14 +0000 (10:05 +0100)
commita303dfb0e9a93e516ea9427b5c09543d5f74ade1
tree3819b6d8b1d53a1e9c793fbfa976906e640052cb
parent689551c5ff1b394b88412f3df22144e79468d3a9
Add 16bpp BMP support

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 <mpfj@mimc.co.uk>
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>
common/lcd.c