File Coverage

blib/lib/Config/Model/models/LCDd/sed1330.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   5660 use strict;
  1         2  
  1         33  
2 1     1   6 use warnings;
  1         2  
  1         89  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'CellSize',
9             {
10             'description' => 'Width x Height of a character cell in pixels legal: 6x7-8x16 ',
11             'type' => 'leaf',
12             'upstream_default' => '6x10',
13             'value_type' => 'uniline'
14             },
15             'ConnectionType',
16             {
17             'choice' => [
18             'classic',
19             'bitshaker'
20             ],
21             'description' => 'Select what type of connection ',
22             'type' => 'leaf',
23             'upstream_default' => 'classic',
24             'value_type' => 'enum'
25             },
26             'Port',
27             {
28             'default' => '0x378',
29             'description' => 'Port where the LPT is. Common values are 0x278, 0x378 and 0x3BC',
30             'type' => 'leaf',
31             'value_type' => 'uniline'
32             },
33             'Type',
34             {
35             'default' => 'G321D',
36             'description' => 'Type of LCD module (legal: G321D, G121C, G242C, G191D, G2446, SP14Q002)
37             Note: Currently only tested with G321D & SP14Q002.',
38             'type' => 'leaf',
39             'value_type' => 'uniline'
40             }
41             ],
42             'name' => 'LCDd::sed1330'
43             }
44             ]
45             ;
46