commit | 7b298f3927b1d7c5b43c4edd87c54a15f1a5a10d | [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 | 6be2b09cad4f6a3e800088586f397ab32666d35d [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>