summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Wai-Hong Tam <waihong@google.com>2012-09-28 15:11:16 +0000
committerAnatolij Gustschin <agust@denx.de>2012-11-07 00:57:25 +0100
commit45d7f52511f43b71b623a502fdf31feb905f70a1 (patch)
tree194655130bc8927197f15a6d09b85e69d45a140c /README
parentfecac46cf8757dc4f00a7812310e060f3b0c6eb4 (diff)
downloadtalos-obmc-uboot-45d7f52511f43b71b623a502fdf31feb905f70a1.tar.gz
talos-obmc-uboot-45d7f52511f43b71b623a502fdf31feb905f70a1.zip
lcd: Implement RLE8 bitmap decoding
Add support for drawing compressed RLE8 bitmaps. Reference: http://www.digicamsoft.com/bmp/bmp.html Signed-off-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Che-Liang Chiou <clchiou@chromium.org> [agust: fix some minor style issues and build warnings] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index afdf591c62..2dc098462d 100644
--- a/README
+++ b/README
@@ -1469,6 +1469,11 @@ CBFS (Coreboot Filesystem) support
Normally display is black on white background; define
CONFIG_SYS_WHITE_ON_BLACK to get it inverted.
+ CONFIG_LCD_BMP_RLE8
+
+ Support drawing of RLE8-compressed bitmaps on the LCD.
+
+
- Splash Screen Support: CONFIG_SPLASH_SCREEN
If this option is set, the environment is checked for
OpenPOWER on IntegriCloud