projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/changelog: release package version 0.1.6-1
[libam7xxx.git]
/
examples
/
picoproj.c
diff --git
a/examples/picoproj.c
b/examples/picoproj.c
index
9128538
..
2069799
100644
(file)
--- a/
examples/picoproj.c
+++ b/
examples/picoproj.c
@@
-1,10
+1,10
@@
/* picoproj - test program for libam7xxx
*
/* picoproj - test program for libam7xxx
*
- * Copyright (C) 2012
Antonio Ospite <ospite@studenti.unina
.it>
+ * Copyright (C) 2012
-2014 Antonio Ospite <ao2@ao2
.it>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version
2
of the License, or
+ * the Free Software Foundation, either version
3
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@
-47,8
+47,8
@@
static void usage(char *name)
AM7XXX_POWER_OFF, AM7XXX_POWER_TURBO);
printf("\t\t\t\tWARNING: Level 2 and greater require the master AND\n");
printf("\t\t\t\t the slave connector to be plugged in.\n");
AM7XXX_POWER_OFF, AM7XXX_POWER_TURBO);
printf("\t\t\t\tWARNING: Level 2 and greater require the master AND\n");
printf("\t\t\t\t the slave connector to be plugged in.\n");
- printf("\t-z <zoom mode>\t\tthe display zoom mode, between %d (original) and %d (te
st
)\n",
- AM7XXX_ZOOM_ORIGINAL, AM7XXX_ZOOM_TE
ST
);
+ printf("\t-z <zoom mode>\t\tthe display zoom mode, between %d (original) and %d (te
le
)\n",
+ AM7XXX_ZOOM_ORIGINAL, AM7XXX_ZOOM_TE
LE
);
printf("\t-W <image width>\tthe width of the image to upload\n");
printf("\t-H <image height>\tthe height of the image to upload\n");
printf("\t-h \t\t\tthis help message\n");
printf("\t-W <image width>\tthe width of the image to upload\n");
printf("\t-H <image height>\tthe height of the image to upload\n");
printf("\t-h \t\t\tthis help message\n");
@@
-138,11
+138,12
@@
int main(int argc, char *argv[])
case AM7XXX_ZOOM_H:
case AM7XXX_ZOOM_H_V:
case AM7XXX_ZOOM_TEST:
case AM7XXX_ZOOM_H:
case AM7XXX_ZOOM_H_V:
case AM7XXX_ZOOM_TEST:
+ case AM7XXX_ZOOM_TELE:
fprintf(stdout, "Zoom: %d\n", zoom);
break;
default:
fprintf(stderr, "Invalid zoom mode value, must be between %d and %d\n",
fprintf(stdout, "Zoom: %d\n", zoom);
break;
default:
fprintf(stderr, "Invalid zoom mode value, must be between %d and %d\n",
- AM7XXX_ZOOM_ORIGINAL, AM7XXX_ZOOM_TE
ST
);
+ AM7XXX_ZOOM_ORIGINAL, AM7XXX_ZOOM_TE
LE
);
ret = -EINVAL;
goto out;
}
ret = -EINVAL;
goto out;
}