]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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]

diff --git a/tools/logos/toradex.bmp b/tools/logos/toradex.bmp
new file mode 100644 (file)
index 0000000..3e2dcf2
Binary files /dev/null and b/tools/logos/toradex.bmp differ