commit | a303dfb0e9a93e516ea9427b5c09543d5f74ade1 | [log] [tgz] |
---|---|---|
author | Mark Jackson <mpfj@mimc.co.uk> | Fri Feb 06 10:37:49 2009 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Feb 24 10:05:14 2009 +0100 |
tree | 3819b6d8b1d53a1e9c793fbfa976906e640052cb | |
parent | 689551c5ff1b394b88412f3df22144e79468d3a9 [diff] |
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>