]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: Support colour lookup table on 16bpp display in BMP images
authorSimon Glass <sjg@chromium.org>
Wed, 13 May 2015 13:02:28 +0000 (07:02 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:41 +0000 (00:42 +0200)
commitfccc0a8538c1b7d240144487ce63fe3bd7b24a6c
tree3c3b0d88fac9a72b51f93c15ccf6dd70c624da8b
parent9524c5294c5c2686dac85e37c323fe9a8cb82f3f
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>
common/lcd.c