diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-03-15 14:50:25 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-04-08 15:25:43 +0200 |
commit | d5011762f53ada9cc7cdf1f89f3a722f887af577 (patch) | |
tree | a3d2f60ac8f556cc915143d733fb77e02ebeba9f /README | |
parent | a233631095eba3e853049f6656642e3a7ef1d73c (diff) |
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-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |