1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
# PODNAME: Config::Model::models::LCDd::sed1330
# ABSTRACT: Configuration class LCDd::sed1330
=encoding utf8
=head1 NAME
Config::Model::models::LCDd::sed1330 - Configuration class LCDd::sed1330
=head1 DESCRIPTION
Configuration classes used by L<Config::Model>
generated from LCDd.conf
=head1 Elements
=head2 CellSize
Width x Height of a character cell in pixels legal: 6x7-8x16 I< Optional. Type uniline. >
=over 4
=item upstream_default value :
6x10
=back
=head2 ConnectionType
Select what type of connection I< Optional. Type enum. choice: 'classic', 'bitshaker'. >
=over 4
=item upstream_default value :
classic
=back
=head2 Port
Port where the LPT is. Common values are 0x278, 0x378 and 0x3BC. I< Optional. Type uniline. >
=over 4
=item default value :
0x378
=back
=head2 Type
Type of LCD module (legal: G321D, G121C, G242C, G191D, G2446, SP14Q002)
Note: Currently only tested with G321D & SP14Q002. I< Optional. Type uniline. >
=over 4
=item default value :
G321D
=back
=head1 SEE ALSO
=over
=item *
L<cme>
=back
=cut
|