Config-Model-LcdProc
view release on metacpan or search on metacpan
lcdproc/LCDd.conf view on Meta::CPAN
# Select the output device to use [default: /dev/ttyS1]
# Device=/dev/cua01
Device=/dev/ttyS1
# Set the display size [default: 20x4]
Size=20x4
# Switch on the backlight? [default: yes]
Backlight=yes
# Switch on the cursor? [default: no]
Cursor=no
# Set the communication speed [default: 19200; legal: 1200, 2400, 9600, 19200]
Speed=19200
# Enter Key is a \r character, so it's hardcoded in the driver
LeftKey=D
RightKey=C
UpKey=A
DownKey=B
lib/Config/Model/models/LCDd/EyeboxOne.pl view on Meta::CPAN
use strict;
use warnings;
use v5.20;
use utf8;
return [
{
'class_description' => 'generated from LCDd.conf',
'description' => {
'Backlight' => 'Switch on the backlight? ',
'Cursor' => 'Switch on the cursor? ',
'Device' => 'Select the output device to use
Device=/dev/cua01',
'LeftKey' => 'Enter Key is a \\r character, so it\'s hardcoded in the driver',
'Size' => 'Set the display size ',
'Speed' => 'Set the communication speed ',
'keypad_test_mode' => 'You can find out which key of your display sends which
character by setting keypad_test_mode to yes and running
LCDd. LCDd will output all characters it receives.
Afterwards you can modify the settings above and set
keypad_set_mode to no again.'
lib/Config/Model/models/LCDd/EyeboxOne.pod view on Meta::CPAN
=item upstream_default value :
yes
=back
=head2 Cursor
Switch on the cursor? I< Optional. Type uniline. >
=over 4
=item upstream_default value :
no
=back
t/model_tests.d/lcdd-examples/LDCd-0.5.5 view on Meta::CPAN
# Select the output device to use [default: /dev/ttyS1]
#Device=/dev/cua01
Device=/dev/ttyS1
# Set the display size [default: 20x4]
Size=20x4
# Switch on the backlight? [default: yes]
Backlight=yes
# Switch on the cursor? [default: no]
Cursor=no
# Set the communication speed [default: 19200; legal: 1200, 2400, 9600, 19200]
Speed=19200
# Enter Key is a \r character, so it's hardcoded in the driver
LeftKey=D
RightKey=C
UpKey=A
DownKey=B
t/model_tests.d/lcdd-examples/LDCd-0.5.6 view on Meta::CPAN
# Select the output device to use [default: /dev/ttyS1]
#Device=/dev/cua01
Device=/dev/ttyS1
# Set the display size [default: 20x4]
Size=20x4
# Switch on the backlight? [default: yes]
Backlight=yes
# Switch on the cursor? [default: no]
Cursor=no
# Set the communication speed [default: 19200; legal: 1200, 2400, 9600, 19200]
Speed=19200
# Enter Key is a \r character, so it's hardcoded in the driver
LeftKey=D
RightKey=C
UpKey=A
DownKey=B
( run in 0.889 second using v1.01-cache-2.11-cpan-e86d8f7595a )