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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/MtxOrb.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 KeyMap_B
18
 
 
19
 
I<< Optional. Type uniline. default: 'Right'.  >>
20
 
 
21
 
=head2 hasAdjustableBacklight
22
 
 
23
 
Some old displays do not have an adjustable backlight but only can
24
 
switch the backlight on/off. If you experience randomly appearing block
25
 
characters, try setting this to false. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
 
17
=head2 Brightness
 
18
 
 
19
Set the initial brightness I<< Optional. Type integer. upstream_default: '1000'.  >>
26
20
 
27
21
=head2 Contrast
28
22
 
30
24
NOTE: The driver will ignore this if the display
31
25
      is a vfd or vkd as they don't have this feature. I<< Optional. Type uniline. upstream_default: '480'.  >>
32
26
 
33
 
=head2 KeyMap_F
34
 
 
35
 
I<< Optional. Type uniline. default: 'Escape'.  >>
 
27
=head2 Device
 
28
 
 
29
Select the output device to use I<< Optional. Type uniline. upstream_default: '/dev/lcd'.  >>
 
30
 
 
31
=head2 KeyMap_A
 
32
 
 
33
The following table translates from MtxOrb key letters to logical key names.
 
34
By default no keys are mapped, meaning the keypad is not used at all.I<< Optional. Type uniline. default: 'Left'.  >>
 
35
 
 
36
=head2 KeyMap_B
 
37
 
 
38
I<< Optional. Type uniline. default: 'Right'.  >>
36
39
 
37
40
=head2 KeyMap_C
38
41
 
39
42
I<< Optional. Type uniline. default: 'Up'.  >>
40
43
 
 
44
=head2 KeyMap_D
 
45
 
 
46
I<< Optional. Type uniline. default: 'Down'.  >>
 
47
 
41
48
=head2 KeyMap_E
42
49
 
43
50
I<< Optional. Type uniline. default: 'Enter'.  >>
44
51
 
45
 
=head2 Device
46
 
 
47
 
Select the output device to use I<< Optional. Type uniline. upstream_default: '/dev/lcd'.  >>
 
52
=head2 KeyMap_F
 
53
 
 
54
I<< Optional. Type uniline. default: 'Escape'.  >>
 
55
 
 
56
=head2 OffBrightness
 
57
 
 
58
Set the initial off-brightness 
 
59
This value is used when the display is normally
 
60
switched off in case LCDd is inactive. I<< Optional. Type integer. upstream_default: '0'.  >>
 
61
 
 
62
=head2 Size
 
63
 
 
64
Set the display size I<< Optional. Type uniline. upstream_default: '20x4'.  >>
 
65
 
 
66
=head2 Speed
 
67
 
 
68
Set the communication speed I<< Optional. Type enum. choice: '1200', '2400', '9600', '19200'. upstream_default: '19200'.  >>
48
69
 
49
70
=head2 Type
50
71
 
51
72
Set the display type I<< Optional. Type enum. choice: 'lcd', 'lkd', 'vfd', 'vkd'. upstream_default: 'lcd'.  >>
52
73
 
53
 
=head2 Brightness
 
74
=head2 hasAdjustableBacklight
54
75
 
55
 
Set the initial brightness I<< Optional. Type integer. upstream_default: '1000'.  >>
 
76
Some old displays do not have an adjustable backlight but only can
 
77
switch the backlight on/off. If you experience randomly appearing block
 
78
characters, try setting this to false. I<< Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'.  >>
56
79
 
57
80
=head2 keypad_test_mode
58
81
 
63
86
Afterwards you can modify the settings above and set
64
87
keypad_set_mode to no again.I<< Optional. Type uniline. default: 'no'.  >>
65
88
 
66
 
=head2 KeyMap_D
67
 
 
68
 
I<< Optional. Type uniline. default: 'Down'.  >>
69
 
 
70
 
=head2 Size
71
 
 
72
 
Set the display size I<< Optional. Type uniline. upstream_default: '20x4'.  >>
73
 
 
74
 
=head2 Speed
75
 
 
76
 
Set the communication speed I<< Optional. Type enum. choice: '1200', '2400', '9600', '19200'. upstream_default: '19200'.  >>
77
 
 
78
 
=head2 OffBrightness
79
 
 
80
 
Set the initial off-brightness 
81
 
This value is used when the display is normally
82
 
switched off in case LCDd is inactive. I<< Optional. Type integer. upstream_default: '0'.  >>
83
 
 
84
 
=head2 KeyMap_A
85
 
 
86
 
The following table translates from MtxOrb key letters to logical key names.
87
 
By default no keys are mapped, meaning the keypad is not used at all.I<< Optional. Type uniline. default: 'Left'.  >>
88
 
 
89
89
=head1 SEE ALSO
90
90
 
91
91
=over