commit | a305fb155ea3d9c3c3859bd04737e3e260344e4c | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <oe5hpm@oevsv.at> | Tue Jul 15 16:28:46 2014 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Aug 11 18:07:09 2014 +0200 |
tree | db48cda4bcbc02361a932e567c7232c173caf1f7 | |
parent | 072f210a0d394ba9083323b8bbce6822f1cc2ecb [diff] |
lcd: support displaying 24bpp BMPs on >= 24bpp LCDs 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>