line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
6820
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
51
|
|
2
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
91
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'CharMap', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'choice' => [ |
11
|
|
|
|
|
|
|
'none', |
12
|
|
|
|
|
|
|
'hd44780_euro', |
13
|
|
|
|
|
|
|
'upd16314', |
14
|
|
|
|
|
|
|
'hd44780_koi8_r', |
15
|
|
|
|
|
|
|
'hd44780_cp1251', |
16
|
|
|
|
|
|
|
'hd44780_8859_5' |
17
|
|
|
|
|
|
|
], |
18
|
|
|
|
|
|
|
'description' => 'Character map to to map ISO-8859-1 to the displays character set. |
19
|
|
|
|
|
|
|
(upd16314, hd44780_koi8_r, |
20
|
|
|
|
|
|
|
hd44780_cp1251, hd44780_8859_5 are possible if compiled with additional |
21
|
|
|
|
|
|
|
charmaps)', |
22
|
|
|
|
|
|
|
'type' => 'leaf', |
23
|
|
|
|
|
|
|
'upstream_default' => 'none', |
24
|
|
|
|
|
|
|
'value_type' => 'enum' |
25
|
|
|
|
|
|
|
}, |
26
|
|
|
|
|
|
|
'Device', |
27
|
|
|
|
|
|
|
{ |
28
|
|
|
|
|
|
|
'default' => '/dev/lcd0', |
29
|
|
|
|
|
|
|
'description' => 'select the device to use', |
30
|
|
|
|
|
|
|
'type' => 'leaf', |
31
|
|
|
|
|
|
|
'value_type' => 'uniline' |
32
|
|
|
|
|
|
|
}, |
33
|
|
|
|
|
|
|
'Size', |
34
|
|
|
|
|
|
|
{ |
35
|
|
|
|
|
|
|
'default' => '16x2', |
36
|
|
|
|
|
|
|
'description' => 'display dimensions', |
37
|
|
|
|
|
|
|
'type' => 'leaf', |
38
|
|
|
|
|
|
|
'value_type' => 'uniline' |
39
|
|
|
|
|
|
|
} |
40
|
|
|
|
|
|
|
], |
41
|
|
|
|
|
|
|
'name' => 'LCDd::imon' |
42
|
|
|
|
|
|
|
} |
43
|
|
|
|
|
|
|
] |
44
|
|
|
|
|
|
|
; |
45
|
|
|
|
|
|
|
|