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
|
#
# This file is part of Config-Model
#
# This software is Copyright (c) 2012 by Dominique Dumont, Krzysztof Tyszecki.
#
# This is free software, licensed under:
#
# The GNU Lesser General Public License, Version 2.1, February 1999
#
[
{
'class_description' => 'generated from LCDd.conf',
'name' => 'LCDd::sed1520',
'element' => [
'Port',
{
'value_type' => 'uniline',
'default' => '0x378',
'type' => 'leaf',
'description' => 'Port where the LPT is. Usual values are 0x278, 0x378 and 0x3BC'
},
'InterfaceType',
{
'value_type' => 'enum',
'upstream_default' => '80',
'type' => 'leaf',
'description' => 'Select the interface type (wiring) for the display. Supported values are
68 for 68-style connection (RESET level high) and 80 for 80-style connection
(RESET level low). ',
'choice' => [
'68',
'80'
]
},
'DelayMult',
{
'value_type' => 'integer',
'min' => '0',
'upstream_default' => '1',
'max' => '1000',
'type' => 'leaf',
'description' => 'On fast machines it may be necessary to slow down transfer to the display.
If this value is set to zero, delay is disabled. Any value greater than
zero slows down each write by one microsecond. '
}
]
}
]
;
|