]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add gzipped logo support
authorMark Jackson <mpfj@mimc.co.uk>
Thu, 31 Jul 2008 15:09:00 +0000 (16:09 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Jul 2008 15:48:50 +0000 (17:48 +0200)
commita48311557db6e7e9473a6163b44bb1e6c6ed64c4
tree8a3740af505ce0875a5cd1a4a613850d425e2397
parenta5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
Add gzipped logo support

The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:

  If this option is set, additionally to standard BMP
  images, gzipped BMP images can be displayed via the
  splashscreen support or the bmp command.

However, the splashscreen function *only* supports standard BMP images.

This patch adds the documented gzip support.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
common/lcd.c