File Coverage

blib/lib/Config/Model/models/LCDd/t6963.pl
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1 1     1   7485 use strict;
  1         2  
  1         31  
2 1     1   6 use warnings;
  1         2  
  1         102  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'ClearGraphic',
9             {
10             'description' => 'Clear graphic memory on start-up. ',
11             'type' => 'leaf',
12             'upstream_default' => 'no',
13             'value_type' => 'boolean',
14             'write_as' => [
15             'no',
16             'yes'
17             ]
18             },
19             'Port',
20             {
21             'description' => 'port to use legal: 0x200-0x400 ',
22             'type' => 'leaf',
23             'upstream_default' => '0x378',
24             'value_type' => 'uniline'
25             },
26             'Size',
27             {
28             'description' => 'set display size in pixels ',
29             'type' => 'leaf',
30             'upstream_default' => '128x64',
31             'value_type' => 'uniline'
32             },
33             'bidirectional',
34             {
35             'description' => 'Use LPT port in bi-directional mode. This should work on most LPT port and
36             is required for proper timing! ',
37             'type' => 'leaf',
38             'upstream_default' => 'yes',
39             'value_type' => 'boolean',
40             'write_as' => [
41             'no',
42             'yes'
43             ]
44             },
45             'delayBus',
46             {
47             'description' => 'Insert additional delays into reads / writes. ',
48             'type' => 'leaf',
49             'upstream_default' => 'no',
50             'value_type' => 'boolean',
51             'write_as' => [
52             'no',
53             'yes'
54             ]
55             }
56             ],
57             'name' => 'LCDd::t6963'
58             }
59             ]
60             ;
61