lcd: support displaying 24bpp BMPs on >= 24bpp LCDs
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 15 Jul 2014 14:28:46 +0000 (16:28 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 11 Aug 2014 16:07:09 +0000 (18:07 +0200)
most todays LCDs support 32bpp e.g. the framebuffer memory is 32bpp
organized.

To support 24bpp BMPs we need to take only 3 byte from the bpp and set
one byte from the FB to 0.

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>

No differences found