X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=4c74cb79347ada1cb1c0906d5894cbfd0f5a465b;hb=ed2c9488bbe389b7b25cada1e42bdae5d0976327;hp=ca415d38b1f7f3c41e54653331a4ba9b4f4a30a1;hpb=10faafd5ff103ee493b6a05724eb605d09836d4a;p=oweals%2Fu-boot.git diff --git a/README b/README index ca415d38b1..4c74cb7934 100644 --- a/README +++ b/README @@ -603,7 +603,6 @@ The following options need to be configured: CONFIG_CMD_DATE * support for RTC, date/time... CONFIG_CMD_DHCP * DHCP support CONFIG_CMD_DIAG * Diagnostics - CONFIG_CMD_DOC * Disk-On-Chip Support CONFIG_CMD_DS4510 * ds4510 I2C gpio commands CONFIG_CMD_DS4510_INFO * ds4510 I2C info command CONFIG_CMD_DS4510_MEM * ds4510 I2C eeprom/sram commansd @@ -1074,6 +1073,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