Stefan Agner 4fbe41c4af 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>
2015-08-13 07:19:37 -04:00
..
2015-08-13 07:19:37 -04:00
2015-07-21 17:39:20 -06:00
2015-01-29 13:38:41 -05:00
2009-11-24 23:43:18 +01:00
2015-07-27 15:03:13 -04:00
2009-04-28 01:16:46 +02:00
2015-05-08 17:24:17 -04:00