309402c91df0743fd631508d6962ce231908f7ff
[libam7xxx.git] / doc / man / picoproj.1.txt
1 PICOPROJ(1)
2 ===========
3 :doctype: manpage
4
5
6 NAME
7 ----
8 picoproj - test program for libam7xxx
9
10
11 SYNOPSIS
12 --------
13 *picoproj* ['OPTIONS']
14
15
16 DESCRIPTION
17 -----------
18 picoproj(1) is a minimal example to show how to use libam7xxx to display
19 a static image; it will not perform any image rescaling or conversion, images
20 larger than the device native resolution can be wrongly displayed.
21
22
23 OPTIONS
24 -------
25
26 *-f* '<filename>'::
27     the image file to upload
28
29
30 *-F* '<format>'::
31     the image format to use (default is JPEG)
32 +
33 .SUPPORTED FORMATS:
34 * 1 - JPEG
35 * 2 - NV12
36
37 *-l* '<log level>'::
38     the verbosity level of libam7xxx output (0-5)
39
40 *-p* '<power level>'::
41     power level of device, between 0 (off) and 4 (maximum) +
42     WARNING: Level 2 and greater require the master AND
43              the slave connector to be plugged in.
44
45 *-z* '<zoom mode>'::
46     the display zoom mode, between 0 (original) and 3 (test)
47
48 *-W* '<image width>'::
49     the width of the image to upload
50
51 *-H* '<image height>'::
52     the height of the image to upload
53
54 *-h*::
55     this help message
56
57
58 EXAMPLE OF USE
59 --------------
60
61 picoproj -f file.jpg -F 1 -l 5 -W 800 -H 480
62
63
64 EXIT STATUS
65 -----------
66 *0*::
67     Success
68
69 *!0*::
70     Failure (libam7xxx error)
71
72
73 AUTHORS
74 -------
75 Antonio Ospite and Reto Schneider
76
77
78 RESOURCES
79 ---------
80 Main web site: <http://git.ao2.it/libam7xxx.git>
81
82
83 COPYING
84 -------
85 Copyright \(C) 2012  Antonio Ospite <ospite@studenti.unina.it>
86
87 This program is free software: you can redistribute it and/or modify
88 it under the terms of the GNU General Public License as published by
89 the Free Software Foundation, either version 3 of the License, or
90 (at your option) any later version.