From d5011762f53ada9cc7cdf1f89f3a722f887af577 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Mon, 15 Mar 2010 14:50:25 +0100 Subject: video: cfb_console.c: add support for RLE8 bitmaps Allow displaying 8-bit RLE BMP images. Signed-off-by: Anatolij Gustschin --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 940b507..bb13bc6 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 -- cgit v1.1