diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2015-08-05 17:17:01 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-13 07:19:37 -0400 |
commit | 4fbe41c4af483b082f525328796b7835536ae797 (patch) | |
tree | a614ddcb36dd9ed83cf40f4751839fc920adeb82 /tools/logos | |
parent | d89212b796b8a59237f48b2149864bb89800c8a0 (diff) |
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>
Diffstat (limited to 'tools/logos')
-rw-r--r-- | tools/logos/toradex.bmp | bin | 0 -> 24982 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/logos/toradex.bmp b/tools/logos/toradex.bmp Binary files differnew file mode 100644 index 00000000000..3e2dcf23358 --- /dev/null +++ b/tools/logos/toradex.bmp |