summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-03-15 14:50:25 +0100
committerAnatolij Gustschin <agust@denx.de>2010-04-08 15:25:43 +0200
commitd5011762f53ada9cc7cdf1f89f3a722f887af577 (patch)
treea3d2f60ac8f556cc915143d733fb77e02ebeba9f /README
parenta233631095eba3e853049f6656642e3a7ef1d73c (diff)
downloadblackbird-obmc-uboot-d5011762f53ada9cc7cdf1f89f3a722f887af577.tar.gz
blackbird-obmc-uboot-d5011762f53ada9cc7cdf1f89f3a722f887af577.zip
video: cfb_console.c: add support for RLE8 bitmaps
Allow displaying 8-bit RLE BMP images. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 940b507942..bb13bc62a3 100644
--- a/README
+++ b/README
@@ -1133,6 +1133,12 @@ The following options need to be configured:
images, gzipped BMP images can be displayed via the
splashscreen support or the bmp command.
+- Run length encoded BMP image (RLE8) support: CONFIG_VIDEO_BMP_RLE8
+
+ If this option is set, 8-bit RLE compressed BMP images
+ can be displayed via the splashscreen support or the
+ bmp command.
+
- Compression support:
CONFIG_BZIP2
OpenPOWER on IntegriCloud