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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/EyeboxOne.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 EscapeKey
18
 
 
19
 
I<< Optional. Type uniline. default: 'P'.  >>
20
 
 
21
 
=head2 DownKey
22
 
 
23
 
I<< Optional. Type uniline. default: 'B'.  >>
24
 
 
25
17
=head2 Backlight
26
18
 
27
19
Switch on the backlight? I<< Optional. Type uniline. upstream_default: 'yes'.  >>
28
20
 
 
21
=head2 Cursor
 
22
 
 
23
Switch on the cursor? I<< Optional. Type uniline. upstream_default: 'no'.  >>
 
24
 
29
25
=head2 Device
30
26
 
31
27
Select the output device to use I<< Optional. Type uniline. upstream_default: '/dev/ttyS1'.  >>
32
28
 
 
29
=head2 DownKey
 
30
 
 
31
I<< Optional. Type uniline. default: 'B'.  >>
 
32
 
 
33
=head2 EscapeKey
 
34
 
 
35
I<< Optional. Type uniline. default: 'P'.  >>
 
36
 
 
37
=head2 LeftKey
 
38
 
 
39
Enter Key is a \r character, so it's hardcoded in the driver. I<< Optional. Type uniline. default: 'D'.  >>
 
40
 
 
41
=head2 RightKey
 
42
 
 
43
I<< Optional. Type uniline. default: 'C'.  >>
 
44
 
 
45
=head2 Size
 
46
 
 
47
Set the display size I<< Optional. Type uniline. upstream_default: '20x4'.  >>
 
48
 
 
49
=head2 Speed
 
50
 
 
51
Set the communication speed I<< Optional. Type enum. choice: '1200', '2400', '9600', '19200'. upstream_default: '19200'.  >>
 
52
 
33
53
=head2 UpKey
34
54
 
35
55
I<< Optional. Type uniline. default: 'A'.  >>
42
62
Afterwards you can modify the settings above and set
43
63
keypad_set_mode to no again.I<< Optional. Type uniline. default: 'no'.  >>
44
64
 
45
 
=head2 Size
46
 
 
47
 
Set the display size I<< Optional. Type uniline. upstream_default: '20x4'.  >>
48
 
 
49
 
=head2 Speed
50
 
 
51
 
Set the communication speed I<< Optional. Type enum. choice: '1200', '2400', '9600', '19200'. upstream_default: '19200'.  >>
52
 
 
53
 
=head2 RightKey
54
 
 
55
 
I<< Optional. Type uniline. default: 'C'.  >>
56
 
 
57
 
=head2 LeftKey
58
 
 
59
 
Enter Key is a \r character, so it's hardcoded in the driver. I<< Optional. Type uniline. default: 'D'.  >>
60
 
 
61
 
=head2 Cursor
62
 
 
63
 
Switch on the cursor? I<< Optional. Type uniline. upstream_default: 'no'.  >>
64
 
 
65
65
=head1 SEE ALSO
66
66
 
67
67
=over