commit | 8d379f179a18d6e9f3d7af8873c942a6834fb780 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 13 07:02:28 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jun 10 19:26:55 2015 -0600 |
tree | ea8c2c04288dcc5c1a385a1e47602d47ee35bfd0 | |
parent | 1c3dbe56f720132723a89709ef5f2baeb52b44d4 [diff] |
lcd: Support colour lookup table on 16bpp display in BMP images For 16-bit-per-pixel displays it is useful to support 8 bit-per-pixel images to reduce image size. Add support for this when drawing BMP images. Signed-off-by: Simon Glass <sjg@chromium.org>