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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/sed1520.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 DelayMult
 
18
 
 
19
On fast machines it may be necessary to slow down transfer to the display.
 
20
If this value is set to zero, delay is disabled. Any value greater than
 
21
zero slows down each write by one microsecond. I<< Optional. Type integer. upstream_default: '1'.  >>
 
22
 
17
23
=head2 InterfaceType
18
24
 
19
25
Select the interface type (wiring) for the display. Supported values are
20
26
68 for 68-style connection (RESET level high) and 80 for 80-style connection
21
27
(RESET level low). I<< Optional. Type enum. choice: '68', '80'. upstream_default: '80'.  >>
22
28
 
23
 
=head2 DelayMult
24
 
 
25
 
On fast machines it may be necessary to slow down transfer to the display.
26
 
If this value is set to zero, delay is disabled. Any value greater than
27
 
zero slows down each write by one microsecond. I<< Optional. Type integer. upstream_default: '1'.  >>
28
 
 
29
29
=head2 Port
30
30
 
31
31
Port where the LPT is. Usual values are 0x278, 0x378 and 0x3BC. I<< Optional. Type uniline. default: '0x378'.  >>