]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
easylogo: clean up some more and add -r (rgb) support
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Feb 2008 07:40:18 +0000 (02:40 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 22 Feb 2008 11:07:39 +0000 (12:07 +0100)
commitedfed1d91df2b2670a812ca9d1a1f9faae7dba47
tree0596a3a9cc42f552ed224af31fb67f7ae5a86dd8
parentf65c98129ccada3f7caf97d80395a95b84e911de
easylogo: clean up some more and add -r (rgb) support

Michael Hennerich added support for outputting an image in RGB format rather
than forcing YUYV all the time.  This makes obvious sense if the display you
have takes RGB input rather than YUYV.

Rather than hack in support for options, I've converted it to use getopt and
cleaned up the argument parsing in the process.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tools/easylogo/easylogo.c