From 8b40680aa394e0b0cdc9b78229bf3b513ec4459e Mon Sep 17 00:00:00 2001 From: mrwastl Date: Wed, 29 Jun 2011 22:19:00 +0200 Subject: added driver futabaMDM166A; ported mem leak fixes to image.c (from 0.1.x); ported fixes to noritake800 (from 0.1.x); fixed some grammar mistakes --- tools/showpic/showpic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/showpic') diff --git a/tools/showpic/showpic.c b/tools/showpic/showpic.c index 173e9ea..5df19f8 100644 --- a/tools/showpic/showpic.c +++ b/tools/showpic/showpic.c @@ -56,7 +56,7 @@ void usage() { fprintf(stdout, "\n"); fprintf(stdout, "%s v%s\n", prgname, version); - fprintf(stdout, "%s is a tool to show an image on a LCD.\n", prgname); + fprintf(stdout, "%s is a tool to show an image on an LCD.\n", prgname); fprintf(stdout, "The image must be in a special format (*.glcd).\n"); fprintf(stdout, "You can create such images with the convpic tool.\n\n"); fprintf(stdout, " Usage: %s [-c CONFIGFILE] [-d DISPLAY] [-s SLEEP] [-uie] file [more files]\n\n", prgname); @@ -67,7 +67,7 @@ void usage() fprintf(stdout, " -i --invert inverts the output (default: no)\n"); fprintf(stdout, " -e --endless show all images in endless loop (default: no)\n"); fprintf(stdout, " -s --sleep set sleeptime between two images [ms] (default: %d ms)\n", kDefaultSleepMs); - fprintf(stdout, " -b --brightness set brightness for display if driver support it [%%]\n"); + fprintf(stdout, " -b --brightness set brightness for display (if supported by the driver) [%%]\n"); fprintf(stdout, " (default: config file value)\n"); fprintf(stdout, "\n" ); fprintf(stdout, " examples: %s -c /etc/graphlcd.conf vdr-logo.glcd\n", prgname); -- cgit v1.2.3