]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
logos: add Toradex logo
authorStefan Agner <stefan.agner@toradex.com>
Wed, 5 Aug 2015 15:17:01 +0000 (17:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:16 +0000 (10:23 +0200)
commite32ea1ff36319d5cb2fe80fd0c6e8b0bda42fdec
tree4e6158b4db3a5a173ff808021d6da8fda664e517
parenta4ac2db3880bfaaebf1a8600a1a83c02b03492fc
logos: add Toradex logo

Use the boot loader splash screen from WinCE which matches our
wallpapers position wise. Although the logo is an 8-bit indexed BMP as
well colours looked odd at first in U-Boot. After converting to full
RGB palette and converting back to an indexed BMP using imagemagick
the Logo showed up properly.

$ convert tools/logos/toradex-rgb.bmp -type Palette -colors 256 \
-compress none -verbose BMP3:tools/logos/toradex.bmp

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
tools/logos/toradex.bmp [new file with mode: 0644]