diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-17 23:05:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-17 23:05:41 +0200 |
commit | dcf728a6afc3e5b6031c520f9393e860b732b2ea (patch) | |
tree | 6ffb58bbe606952cc9d828a8f97c2af4b56da2d4 /README | |
parent | f889cedfadb20eb54fd05714f3770cad072bdf19 (diff) | |
parent | 1ca298ced07327749b54321815f76fcddb2f9479 (diff) | |
download | u-boot-imx-dcf728a6afc3e5b6031c520f9393e860b732b2ea.zip u-boot-imx-dcf728a6afc3e5b6031c520f9393e860b732b2ea.tar.gz u-boot-imx-dcf728a6afc3e5b6031c520f9393e860b732b2ea.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1074,6 +1074,26 @@ The following options need to be configured: allows for a "silent" boot where a splash screen is loaded very quickly after power-on. + CONFIG_SPLASH_SCREEN_ALIGN + + If this option is set the splash image can be freely positioned + on the screen. Environment variable "splashpos" specifies the + position as "x,y". If a positive number is given it is used as + number of pixel from left/top. If a negative number is given it + is used as number of pixel from right/bottom. You can also + specify 'm' for centering the image. + + Example: + setenv splashpos m,m + => image at center of screen + + setenv splashpos 30,20 + => image at x = 30 and y = 20 + + setenv splashpos -10,m + => vertically centered image + at x = dspWidth - bmpWidth - 9 + - Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP If this option is set, additionally to standard BMP |