~ubuntu-branches/ubuntu/trusty/libconfig-model-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/glcd.pod

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2013-05-26 12:40:30 UTC
  • mfrom: (1.3.61)
  • Revision ID: package-import@ubuntu.com-20130526124030-nfmm6ejhjubovp7v
Tags: 2.036-1
[ gregor herrmann ]
* Add =encoding to POD in dh_config_model_upgrade.

[ Dominique Dumont ]
* Imported Upstream version 2.036
  * config-edit: added deprecation warning
  * Value: fix pod doc error in L<> (Closes: #709784)
  * Node::load_data: use a predictable order to accept elements.
    This change fixes the test failure in t/backend_ini.t
    (Closes: #709785)
  * make t/pod.t run only when AUTHOR_TESTING is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
=head1 VERSION
6
6
 
7
 
version 2.035
 
7
version 2.036
8
8
 
9
9
=head1 DESCRIPTION
10
10
 
14
14
 
15
15
=head1 Elements
16
16
 
17
 
=head2 normal_font
18
 
 
19
 
Path to font file to use for FreeType rendering. This font must be monospace
20
 
and should contain some special Unicode characters like arrows (Andale Mono
21
 
is recommended and can be fetched at http://corefonts.sf.net).I<< Optional. Type uniline. default: '/usr/local/lib/X11/fonts/TTF/andalemo.ttf'.  >>
22
 
 
23
 
=head2 useFT2
24
 
 
25
 
If LCDproc has been compiled with FreeType 2 support this option can be used
26
 
to turn if off intentionally. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
27
 
 
28
 
=head2 delayBus
29
 
 
30
 
t6963: Insert additional delays into reads / writes. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.  >>
 
17
=head2 ConnectionType
 
18
 
 
19
Select what type of connection. See documentation for types.I<< Optional. Type uniline. default: 't6963'.  >>
31
20
 
32
21
=head2 Port
33
22
 
34
23
t6963: Parallel port to use I<< Optional. Type uniline. upstream_default: '0x378'.  >>
35
24
 
36
 
=head2 ConnectionType
 
25
=head2 Size
37
26
 
38
 
Select what type of connection. See documentation for types.I<< Optional. Type uniline. default: 't6963'.  >>
 
27
Width and height of the display in pixel. The supported sizes may depend on
 
28
the ConnectionType. I<< Optional. Type uniline. upstream_default: '128x64'.  >>
39
29
 
40
30
=head2 bidirectional
41
31
 
42
32
t6963: Use LPT port in bi-directional mode. This should work on most LPT port
43
33
and is required for proper timing! I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
44
34
 
45
 
=head2 Size
 
35
=head2 delayBus
46
36
 
47
 
Width and height of the display in pixel. The supported sizes may depend on
48
 
the ConnectionType. I<< Optional. Type uniline. upstream_default: '128x64'.  >>
 
37
t6963: Insert additional delays into reads / writes. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.  >>
49
38
 
50
39
=head2 fontHasIcons
51
40
 
52
41
Some fonts miss the Unicode characters used to represent icons. In this case
53
42
the built-in 5x8 font can used if this option is turned off. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
54
43
 
 
44
=head2 normal_font
 
45
 
 
46
Path to font file to use for FreeType rendering. This font must be monospace
 
47
and should contain some special Unicode characters like arrows (Andale Mono
 
48
is recommended and can be fetched at http://corefonts.sf.net).I<< Optional. Type uniline. default: '/usr/local/lib/X11/fonts/TTF/andalemo.ttf'.  >>
 
49
 
 
50
=head2 useFT2
 
51
 
 
52
If LCDproc has been compiled with FreeType 2 support this option can be used
 
53
to turn if off intentionally. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
 
54
 
55
55
=head1 SEE ALSO
56
56
 
57
57
=over