update hd44780 doc, fix issue with option names in doc; update ChangeLog

This commit is contained in:
marschap
2007-12-27 18:58:24 +00:00
parent 31974b240e
commit 2fab392592
42 changed files with 403 additions and 358 deletions
+1
View File
@@ -44,6 +44,7 @@ v.0.5dev (ongoing development)
* shuttleVFD driver: fix VendorID, support newer models (Miska Sulander) * shuttleVFD driver: fix VendorID, support newer models (Miska Sulander)
+ i2500vfd driver for a graphocal Noritake VFD (Thomas Jarosch) + i2500vfd driver for a graphocal Noritake VFD (Thomas Jarosch)
* hd44780 driver: more complete initialization (idea by Pierre Ossman) * hd44780 driver: more complete initialization (idea by Pierre Ossman)
* hd44780 driver: "euro" character mapping table (Markus Dolze)
v.0.5.2 v.0.5.2
* fix switching on/off the Load screen in lcdproc client using the menu * fix switching on/off the Load screen in lcdproc client using the menu
+27 -27
View File
@@ -132,7 +132,7 @@ settings for the LCDproc server <application>LCDd</application>.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>DriverPath=</command> <command>DriverPath</command> =
<arg choice="plain"><replaceable>DRIVERPATH</replaceable></arg> <arg choice="plain"><replaceable>DRIVERPATH</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -147,7 +147,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Driver=</command> <command>Driver</command> =
<arg choice="plain"><replaceable>DRIVERNAME</replaceable></arg> <arg choice="plain"><replaceable>DRIVERNAME</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -173,7 +173,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Bind=</command> <command>Bind</command> =
<arg choice="plain"><replaceable>ADDRESS</replaceable></arg> <arg choice="plain"><replaceable>ADDRESS</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -192,7 +192,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORTNUMBER</replaceable></arg> <arg choice="plain"><replaceable>PORTNUMBER</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -209,7 +209,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>ReportLevel=</command> <command>ReportLevel</command> =
<arg choice="plain"><replaceable>LEVEL</replaceable></arg> <arg choice="plain"><replaceable>LEVEL</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -228,7 +228,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>ReportToSyslog=</command> <command>ReportToSyslog</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>no</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>no</emphasis></literal></arg>
@@ -261,7 +261,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>User=</command> <command>User</command> =
<arg choice="plain"><replaceable>USER</replaceable></arg> <arg choice="plain"><replaceable>USER</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -278,7 +278,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Foreground=</command> <command>Foreground</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>no</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>no</emphasis></literal></arg>
@@ -301,7 +301,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Hello=</command> <command>Hello</command> =
<arg choice="plain"><replaceable>HELLOMSG</replaceable></arg> <arg choice="plain"><replaceable>HELLOMSG</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -333,7 +333,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>GoodBye=</command> <command>GoodBye</command> =
<arg choice="plain"><replaceable>GOODBYEMSG</replaceable></arg> <arg choice="plain"><replaceable>GOODBYEMSG</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -366,7 +366,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>WaitTime=</command> <command>WaitTime</command> =
<arg choice="plain"><replaceable>SECONDS</replaceable></arg> <arg choice="plain"><replaceable>SECONDS</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -383,7 +383,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>ServerScreen=</command> <command>ServerScreen</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -421,7 +421,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Backlight=</command> <command>Backlight</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>off</literal></arg> <arg choice="plain"><literal>off</literal></arg>
@@ -442,7 +442,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>Heartbeat=</command> <command>Heartbeat</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>off</literal></arg> <arg choice="plain"><literal>off</literal></arg>
@@ -463,7 +463,7 @@ settings for the LCDproc server <application>LCDd</application>.
<varlistentry> <varlistentry>
<term> <term>
<command>TitleSpeed=</command> <command>TitleSpeed</command> =
<arg choice="plain"><replaceable>SPEED</replaceable></arg> <arg choice="plain"><replaceable>SPEED</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -479,14 +479,14 @@ settings for the LCDproc server <application>LCDd</application>.
<para> <para>
The <command>&hellip;Key=</command> lines define what the server does with keypresses that The <command>&hellip;Key</command> lines define what the server does with keypresses that
don't go to any client. don't go to any client.
</para> </para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>ToggleRotateKey=</command> <command>ToggleRotateKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -496,7 +496,7 @@ don't go to any client.
<varlistentry> <varlistentry>
<term> <term>
<command>PrevScreenKey=</command> <command>PrevScreenKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -506,7 +506,7 @@ don't go to any client.
<varlistentry> <varlistentry>
<term> <term>
<command>NextScreenKey=</command> <command>NextScreenKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -516,7 +516,7 @@ don't go to any client.
<varlistentry> <varlistentry>
<term> <term>
<command>ScrollUpKey=</command> <command>ScrollUpKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -526,7 +526,7 @@ don't go to any client.
<varlistentry> <varlistentry>
<term> <term>
<command>ScrollDownKey=</command> <command>ScrollDownKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -611,7 +611,7 @@ You can configure what keys the menu should use.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>MenuKey=</command> <command>MenuKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -631,7 +631,7 @@ You can configure what keys the menu should use.
<varlistentry> <varlistentry>
<term> <term>
<command>EnterKey=</command> <command>EnterKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -648,7 +648,7 @@ You can configure what keys the menu should use.
<varlistentry> <varlistentry>
<term> <term>
<command>UpKey=</command> <command>UpKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -663,7 +663,7 @@ You can configure what keys the menu should use.
<varlistentry> <varlistentry>
<term> <term>
<command>DownKey=</command> <command>DownKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -678,7 +678,7 @@ You can configure what keys the menu should use.
<varlistentry> <varlistentry>
<term> <term>
<command>LeftKey=</command> <command>LeftKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -691,7 +691,7 @@ You can configure what keys the menu should use.
<varlistentry> <varlistentry>
<term> <term>
<command>RightKey=</command> <command>RightKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+8 -8
View File
@@ -16,7 +16,7 @@ CFontz chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -27,7 +27,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -42,7 +42,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -55,7 +55,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -68,7 +68,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -83,7 +83,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -102,7 +102,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>NewFirmware=</command> <command>NewFirmware</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -117,7 +117,7 @@ CFontz chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+8 -8
View File
@@ -16,7 +16,7 @@ CFontz633 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -28,7 +28,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -42,7 +42,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -54,7 +54,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -64,7 +64,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -76,7 +76,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -95,7 +95,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>NewFirmware=</command> <command>NewFirmware</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -111,7 +111,7 @@ CFontz633 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -16,7 +16,7 @@ CFontzPacket chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Model=</command> <command>Model</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>631</literal></arg> <arg choice="plain"><literal>631</literal></arg>
@@ -34,7 +34,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -45,7 +45,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -61,7 +61,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -73,7 +73,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -83,7 +83,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -95,7 +95,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -115,7 +115,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>NewFirmware=</command> <command>NewFirmware</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -131,7 +131,7 @@ CFontzPacket chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+13 -13
View File
@@ -54,7 +54,7 @@ For more information see the
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Model=</command> <command>Model</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>12232</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>12232</emphasis></literal></arg>
@@ -69,7 +69,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -80,7 +80,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -95,7 +95,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>9600</literal></arg> <arg choice="plain"><literal>9600</literal></arg>
@@ -111,7 +111,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -127,7 +127,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Keypad=</command> <command>Keypad</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -143,27 +143,27 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>KeyMap_A=</command> <command>KeyMap_A</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_B=</command> <command>KeyMap_B</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_C=</command> <command>KeyMap_C</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_D=</command> <command>KeyMap_D</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_E=</command> <command>KeyMap_E</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_F=</command> <command>KeyMap_F</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -217,7 +217,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>keypad_test_mode=</command> <command>keypad_test_mode</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+3 -3
View File
@@ -117,7 +117,7 @@ as well as Darwin/MacOS X.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -131,7 +131,7 @@ as well as Darwin/MacOS X.
<varlistentry> <varlistentry>
<term> <term>
<command>SerialNumber=</command> <command>SerialNumber</command> =
<arg choice="plain"><replaceable>SERIALNO</replaceable></arg> <arg choice="plain"><replaceable>SERIALNO</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -142,7 +142,7 @@ as well as Darwin/MacOS X.
<varlistentry> <varlistentry>
<term> <term>
<command>Lastline=</command> <command>Lastline</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
+4 -4
View File
@@ -25,7 +25,7 @@ You may find more information about the LCD on
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -35,7 +35,7 @@ You may find more information about the LCD on
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -49,7 +49,7 @@ You may find more information about the LCD on
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -59,7 +59,7 @@ You may find more information about the LCD on
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -16,7 +16,7 @@ This section talks about using LCDproc with text mode VFD displays from
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -27,7 +27,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -42,7 +42,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -52,7 +52,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -64,7 +64,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -83,7 +83,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>Parity=</command> <command>Parity</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>0</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>0</emphasis></literal></arg>
@@ -101,7 +101,7 @@ This section talks about using LCDproc with text mode VFD displays from
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+2 -2
View File
@@ -38,7 +38,7 @@ For more information see the
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -49,7 +49,7 @@ For more information see the
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
+8 -8
View File
@@ -18,7 +18,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Foreground=</command> <command>Foreground</command> =
<arg choice="plain"><replaceable>COLOUR</replaceable></arg> <arg choice="plain"><replaceable>COLOUR</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -39,7 +39,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Background=</command> <command>Background</command> =
<arg choice="plain"><replaceable>COLOUR</replaceable></arg> <arg choice="plain"><replaceable>COLOUR</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -57,7 +57,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Backlight=</command> <command>Backlight</command> =
<arg choice="plain"><replaceable>COLOUR</replaceable></arg> <arg choice="plain"><replaceable>COLOUR</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -75,7 +75,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -89,11 +89,11 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>TopLeftx=</command> <command>TopLeftx</command> =
<arg choice="plain"><replaceable>X-OFFSET</replaceable></arg> <arg choice="plain"><replaceable>X-OFFSET</replaceable></arg>
</term> </term>
<term> <term>
<command>TopLefty=</command> <command>TopLefty</command> =
<arg choice="plain"><replaceable>Y-OFFSET</replaceable></arg> <arg choice="plain"><replaceable>Y-OFFSET</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -104,7 +104,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>UseACS=</command> <command>UseACS</command> =
<arg choice ="plain"> <arg choice ="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -120,7 +120,7 @@ curses chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>DrawBorder=</command> <command>DrawBorder</command> =
<arg choice ="plain"> <arg choice ="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
+2 -2
View File
@@ -38,7 +38,7 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -54,7 +54,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>OFFBRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>OFFBRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+12 -12
View File
@@ -68,7 +68,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -78,7 +78,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -92,7 +92,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>Backlight=</command> <command>Backlight</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -112,7 +112,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>Cursor=</command> <command>Cursor</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -128,7 +128,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -149,27 +149,27 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>LeftKey=</command> <command>LeftKey</command> =
<arg choice="plain"><replaceable>D</replaceable></arg> <arg choice="plain"><replaceable>D</replaceable></arg>
</term> </term>
<term> <term>
<command>RightKey=</command> <command>RightKey</command> =
<arg choice="plain"><replaceable>C</replaceable></arg> <arg choice="plain"><replaceable>C</replaceable></arg>
</term> </term>
<term> <term>
<command>UpKey=</command> <command>UpKey</command> =
<arg choice="plain"><replaceable>A</replaceable></arg> <arg choice="plain"><replaceable>A</replaceable></arg>
</term> </term>
<term> <term>
<command>DownKey=</command> <command>DownKey</command> =
<arg choice="plain"><replaceable>B</replaceable></arg> <arg choice="plain"><replaceable>B</replaceable></arg>
</term> </term>
<term> <term>
<command>EscapeKey=</command> <command>EscapeKey</command> =
<arg choice="plain"><replaceable>P</replaceable></arg> <arg choice="plain"><replaceable>P</replaceable></arg>
</term> </term>
<term> <term>
<command>EnterKey=</command> <command>EnterKey</command> =
<arg choice="plain"><replaceable></replaceable></arg> <arg choice="plain"><replaceable></replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -180,7 +180,7 @@ This section has been modified by Cédric TESSIER (http://www.nezetic.info)
<varlistentry> <varlistentry>
<term> <term>
<command>keypad_test_mode=</command> <command>keypad_test_mode</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+15 -15
View File
@@ -40,7 +40,7 @@ Author
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Driver=</command> <command>Driver</command> =
<arg choice="plain"><replaceable>GRAPHLCD-DRIVER</replaceable></arg> <arg choice="plain"><replaceable>GRAPHLCD-DRIVER</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -58,7 +58,7 @@ Author
<varlistentry> <varlistentry>
<term> <term>
<command>UseFT2=</command> <command>UseFT2</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -79,7 +79,7 @@ Author
<varlistentry> <varlistentry>
<term> <term>
<command>TextResolution=</command> <command>TextResolution</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -96,7 +96,7 @@ Author
<varlistentry> <varlistentry>
<term> <term>
<command>FontFile=</command> <command>FontFile</command> =
<arg choice="plain"><replaceable>FILENAME</replaceable></arg> <arg choice="plain"><replaceable>FILENAME</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -106,12 +106,12 @@ Author
</variablelist> </variablelist>
The following parameters only apply if <command>UseFT2=</command><literal>yes</literal>: The following parameters only apply if <command>UseFT2</command> = <literal>yes</literal>:
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>CharEncoding=</command> <command>CharEncoding</command> =
<arg choice="plain"><replaceable>CHARSET</replaceable></arg> <arg choice="plain"><replaceable>CHARSET</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -122,7 +122,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>MinFontFaceSize=</command> <command>MinFontFaceSize</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>COLUMNS</replaceable> <replaceable>COLUMNS</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -138,7 +138,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
## optional: ## optional:
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -150,7 +150,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -162,7 +162,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>Backlight=</command> <command>Backlight</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -177,7 +177,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>UpsideDown=</command> <command>UpsideDown</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -192,7 +192,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>Invert=</command> <command>Invert</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -207,7 +207,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>ShowDebugFrame=</command> <command>ShowDebugFrame</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -225,7 +225,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>ShowBigBorder=</command> <command>ShowBigBorder</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -240,7 +240,7 @@ The following parameters only apply if <command>UseFT2=</command><literal>yes</l
<varlistentry> <varlistentry>
<term> <term>
<command>ShowThinBorder=</command> <command>ShowThinBorder</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+3 -3
View File
@@ -16,7 +16,7 @@ Matrix Orbital GLK chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,7 +26,7 @@ Matrix Orbital GLK chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -38,7 +38,7 @@ Matrix Orbital GLK chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>9600</literal></arg> <arg choice="plain"><literal>9600</literal></arg>
+172 -128
View File
@@ -223,6 +223,8 @@ There are several ways to get 5V:
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Get it from the V<subscript>CC</subscript> and GND pins of an USB connector. Get it from the V<subscript>CC</subscript> and GND pins of an USB connector.
For the USB connection types this is done automatically, as the circuits
used there automatically power the LCD.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Get it from a joystick port (pin 1 and 9 are 5V, 4, 5 and 12 are GND). Get it from a joystick port (pin 1 and 9 are 5V, 4, 5 and 12 are GND).
@@ -306,36 +308,46 @@ per input pin. It is a simple solution if you need only few keys.
<para> <para>
By default, the following keystrokes are generated by the different keys: By default, the following keystrokes are generated by the different keys:
</para>
<table id="hd44780-connections-keypad-direct.mapping"> <table id="hd44780-connections-keypad-direct.mapping">
<title>HD44780: Direct Key Mapping</title> <title>HD44780: Direct Key Mapping</title>
<tgroup cols="2" align="left"> <tgroup cols="2" align="left">
<thead>
<row>
<entry>key index</entry>
<entry>mapped string</entry>
</row>
</thead>
<tbody> <tbody>
<row> <row>
<entry>X0</entry> <entry>1</entry>
<entry><literal>A</literal></entry> <entry><literal>A</literal></entry>
</row> </row>
<row> <row>
<entry>X1</entry> <entry>2</entry>
<entry><literal>B</literal></entry> <entry><literal>B</literal></entry>
</row> </row>
<row> <row>
<entry>X2</entry> <entry>3</entry>
<entry><literal>C</literal></entry> <entry><literal>C</literal></entry>
</row> </row>
<row> <row>
<entry>X3</entry> <entry>4</entry>
<entry><literal>D</literal></entry> <entry><literal>D</literal></entry>
</row> </row>
<row> <row>
<entry>X4</entry> <entry>5</entry>
<entry><literal>E</literal></entry> <entry><literal>E</literal></entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>
but you can change the mapping using the
<command>KeyDirect_<replaceable>NUM</replaceable></command> =
configuration parameter.
</para>
</sect5> </sect5>
<sect5 id="hd44780-connections-keypad-matrix"> <sect5 id="hd44780-connections-keypad-matrix">
@@ -377,13 +389,13 @@ We connect the matrix of keys like this:
<screen> <screen>
<![CDATA[ <![CDATA[
Y0 o---|<---@--@--@
| | |
Y1 o---|<---@--@--@ Y1 o---|<---@--@--@
| | | | | |
Y2 o---|<---@--@--@ Y2 o---|<---@--@--@
| | | | | |
Y3 o---|<---@--@--@ O 5V Y3 o---|<---@--@--@
| | |
Y4 o---|<---@--@--@ O 5V
| | | | | | | |
diodes | | | ___ | diodes | | | ___ |
1N4148 +----------|___|---+ 1N4148 +----------|___|---+
@@ -393,7 +405,7 @@ Y3 o---|<---@--@--@ O 5V
| | +----|___|---+ resistors 22k | | +----|___|---+ resistors 22k
| | | | | |
o o o o o o
X0 X1 X2 X1 X2 X3
]]> ]]>
</screen> </screen>
@@ -401,9 +413,9 @@ Y3 o---|<---@--@--@ O 5V
<para> <para>
As you can see, you need 1 resistor per X line, and 1 diode per Y line. As you can see, you need 1 resistor per X line, and 1 diode per Y line.
Lcdproc will presume that you have a keypad with a layout like a telephone By default, Lcdproc will presume that you have a keypad with a layout
connected, with X and Y lines connected as show. To be more precise, it like a telephone connected, with X and Y lines connected as show.
assumes this: To be more precise, it assumes this mapping:
</para> </para>
<table id="hd44780-connections-keypad-matrix.mapping"> <table id="hd44780-connections-keypad-matrix.mapping">
@@ -412,14 +424,14 @@ assumes this:
<tbody> <tbody>
<row> <row>
<entry></entry> <entry></entry>
<entry><emphasis>X0</emphasis></entry>
<entry><emphasis>X1</emphasis></entry> <entry><emphasis>X1</emphasis></entry>
<entry><emphasis>X2</emphasis></entry> <entry><emphasis>X2</emphasis></entry>
<entry><emphasis>X3</emphasis></entry> <entry><emphasis>X3</emphasis></entry>
<entry><emphasis>X4</emphasis></entry> <entry><emphasis>X4</emphasis></entry>
<entry><emphasis>X5</emphasis></entry>
</row> </row>
<row> <row>
<entry><emphasis>Y0</emphasis></entry> <entry><emphasis>Y1</emphasis></entry>
<entry><literal>1</literal></entry> <entry><literal>1</literal></entry>
<entry><literal>2</literal></entry> <entry><literal>2</literal></entry>
<entry><literal>3</literal></entry> <entry><literal>3</literal></entry>
@@ -427,7 +439,7 @@ assumes this:
<entry><literal>E</literal></entry> <entry><literal>E</literal></entry>
</row> </row>
<row> <row>
<entry><emphasis>Y1</emphasis></entry> <entry><emphasis>Y2</emphasis></entry>
<entry><literal>4</literal></entry> <entry><literal>4</literal></entry>
<entry><literal>5</literal></entry> <entry><literal>5</literal></entry>
<entry><literal>6</literal></entry> <entry><literal>6</literal></entry>
@@ -435,7 +447,7 @@ assumes this:
<entry><literal>F</literal></entry> <entry><literal>F</literal></entry>
</row> </row>
<row> <row>
<entry><emphasis>Y2</emphasis></entry> <entry><emphasis>Y3</emphasis></entry>
<entry><literal>7</literal></entry> <entry><literal>7</literal></entry>
<entry><literal>8</literal></entry> <entry><literal>8</literal></entry>
<entry><literal>9</literal></entry> <entry><literal>9</literal></entry>
@@ -443,7 +455,7 @@ assumes this:
<entry><literal>G</literal></entry> <entry><literal>G</literal></entry>
</row> </row>
<row> <row>
<entry><emphasis>Y3</emphasis></entry> <entry><emphasis>Y4</emphasis></entry>
<entry><literal>*</literal></entry> <entry><literal>*</literal></entry>
<entry><literal>0</literal></entry> <entry><literal>0</literal></entry>
<entry><literal>#</literal></entry> <entry><literal>#</literal></entry>
@@ -454,8 +466,12 @@ assumes this:
</tgroup> </tgroup>
</table> </table>
This mapping can be changed using the
<command>KeyMatrix_<replaceable>X</replaceable>_<replaceable>Y</replaceable></command> =
configuration parameter.
<para> <para>
If you only need 10 keys, leave the rest away. If you only need e.g. 10 keys, leave the rest away.
You should modify and recompile the You should modify and recompile the
driver to get an other keypad layout. driver to get an other keypad layout.
</para> </para>
@@ -483,13 +499,13 @@ wiring, it looks (completely drawn) like this:
diodes | | diodes | |
1N4148 '-' 1N4148 '-'
___ | ___ |
Y0 o---|<---o o---+
___ |
Y1 o---|<---o o---+ Y1 o---|<---o o---+
___ | ___ |
Y2 o---|<---o o---+ Y2 o---|<---o o---+
___ | ___ |
Y3 o---|<---o o---+----o return line Y3 o---|<---o o---+
___ |
Y4 o---|<---o o---+----o return line
]]> ]]>
</screen> </screen>
@@ -797,91 +813,91 @@ The optional keypad can be connected as follows:
<entry>D0</entry> <entry>D0</entry>
<entry>2</entry> <entry>2</entry>
<entry></entry> <entry></entry>
<entry>Y0</entry> <entry>Y1</entry>
</row> </row>
<row> <row>
<entry>D1</entry> <entry>D1</entry>
<entry>3</entry> <entry>3</entry>
<entry></entry> <entry></entry>
<entry>Y1</entry> <entry>Y2</entry>
</row> </row>
<row> <row>
<entry>D2</entry> <entry>D2</entry>
<entry>4</entry> <entry>4</entry>
<entry></entry> <entry></entry>
<entry>Y2</entry> <entry>Y3</entry>
</row> </row>
<row> <row>
<entry>D3</entry> <entry>D3</entry>
<entry>5</entry> <entry>5</entry>
<entry></entry> <entry></entry>
<entry>Y3</entry> <entry>Y4</entry>
</row> </row>
<row> <row>
<entry>D4</entry> <entry>D4</entry>
<entry>6</entry> <entry>6</entry>
<entry></entry> <entry></entry>
<entry>Y4</entry> <entry>Y5</entry>
</row> </row>
<row> <row>
<entry>D5</entry> <entry>D5</entry>
<entry>7</entry> <entry>7</entry>
<entry></entry> <entry></entry>
<entry>Y5</entry> <entry>Y6</entry>
</row> </row>
<row> <row>
<entry>nSTRB</entry> <entry>nSTRB</entry>
<entry>1</entry> <entry>1</entry>
<entry></entry> <entry></entry>
<entry>Y6</entry> <entry>Y7</entry>
</row> </row>
<row> <row>
<entry>nLF</entry> <entry>nLF</entry>
<entry>14</entry> <entry>14</entry>
<entry></entry> <entry></entry>
<entry>Y7</entry> <entry>Y8</entry>
</row> </row>
<row> <row>
<entry>INIT</entry> <entry>INIT</entry>
<entry>16</entry> <entry>16</entry>
<entry></entry> <entry></entry>
<entry>Y8</entry> <entry>Y9</entry>
</row> </row>
<row> <row>
<entry>nSEL</entry> <entry>nSEL</entry>
<entry>17</entry> <entry>17</entry>
<entry></entry> <entry></entry>
<entry>Y9</entry> <entry>Y10</entry>
</row> </row>
<row> <row>
<entry>nACK</entry> <entry>nACK</entry>
<entry>10</entry> <entry>10</entry>
<entry></entry> <entry></entry>
<entry>X0</entry> <entry>X1</entry>
</row> </row>
<row> <row>
<entry>BUSY</entry> <entry>BUSY</entry>
<entry>11</entry> <entry>11</entry>
<entry></entry> <entry></entry>
<entry>X1</entry> <entry>X2</entry>
</row> </row>
<row> <row>
<entry>PAPEREND</entry> <entry>PAPEREND</entry>
<entry>12</entry> <entry>12</entry>
<entry></entry> <entry></entry>
<entry>X2</entry> <entry>X3</entry>
</row> </row>
<row> <row>
<entry>SELIN</entry> <entry>SELIN</entry>
<entry>13</entry> <entry>13</entry>
<entry></entry> <entry></entry>
<entry>X3</entry> <entry>X4</entry>
</row> </row>
<row> <row>
<entry>nFAULT</entry> <entry>nFAULT</entry>
<entry>15</entry> <entry>15</entry>
<entry></entry> <entry></entry>
<entry>X4</entry> <entry>X5</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
@@ -1052,91 +1068,91 @@ The optional keypad can be connected as follows:
<entry>D0</entry> <entry>D0</entry>
<entry>2</entry> <entry>2</entry>
<entry></entry> <entry></entry>
<entry>Y0</entry> <entry>Y1</entry>
</row> </row>
<row> <row>
<entry>D1</entry> <entry>D1</entry>
<entry>3</entry> <entry>3</entry>
<entry></entry> <entry></entry>
<entry>Y1</entry> <entry>Y2</entry>
</row> </row>
<row> <row>
<entry>D2</entry> <entry>D2</entry>
<entry>4</entry> <entry>4</entry>
<entry></entry> <entry></entry>
<entry>Y2</entry> <entry>Y3</entry>
</row> </row>
<row> <row>
<entry>D3</entry> <entry>D3</entry>
<entry>5</entry> <entry>5</entry>
<entry></entry> <entry></entry>
<entry>Y3</entry> <entry>Y4</entry>
</row> </row>
<row> <row>
<entry>D4</entry> <entry>D4</entry>
<entry>6</entry> <entry>6</entry>
<entry></entry> <entry></entry>
<entry>Y4</entry> <entry>Y5</entry>
</row> </row>
<row> <row>
<entry>D5</entry> <entry>D5</entry>
<entry>7</entry> <entry>7</entry>
<entry></entry> <entry></entry>
<entry>Y5</entry> <entry>Y6</entry>
</row> </row>
<row> <row>
<entry>D6</entry> <entry>D6</entry>
<entry>8</entry> <entry>8</entry>
<entry></entry> <entry></entry>
<entry>Y6</entry> <entry>Y7</entry>
</row> </row>
<row> <row>
<entry>D7</entry> <entry>D7</entry>
<entry>9</entry> <entry>9</entry>
<entry></entry> <entry></entry>
<entry>Y7</entry> <entry>Y8</entry>
</row> </row>
<row> <row>
<entry>nLF</entry> <entry>nLF</entry>
<entry>14</entry> <entry>14</entry>
<entry></entry> <entry></entry>
<entry>Y8</entry> <entry>Y9</entry>
</row> </row>
<row> <row>
<entry>INIT</entry> <entry>INIT</entry>
<entry>16</entry> <entry>16</entry>
<entry></entry> <entry></entry>
<entry>Y9</entry> <entry>Y10</entry>
</row> </row>
<row> <row>
<entry>nACK</entry> <entry>nACK</entry>
<entry>10</entry> <entry>10</entry>
<entry></entry> <entry></entry>
<entry>X0</entry> <entry>X1</entry>
</row> </row>
<row> <row>
<entry>BUSY</entry> <entry>BUSY</entry>
<entry>11</entry> <entry>11</entry>
<entry></entry> <entry></entry>
<entry>X1</entry> <entry>X2</entry>
</row> </row>
<row> <row>
<entry>PAPEREND</entry> <entry>PAPEREND</entry>
<entry>12</entry> <entry>12</entry>
<entry></entry> <entry></entry>
<entry>X2</entry> <entry>X3</entry>
</row> </row>
<row> <row>
<entry>SELIN</entry> <entry>SELIN</entry>
<entry>13</entry> <entry>13</entry>
<entry></entry> <entry></entry>
<entry>X3</entry> <entry>X4</entry>
</row> </row>
<row> <row>
<entry>nFAULT</entry> <entry>nFAULT</entry>
<entry>15</entry> <entry>15</entry>
<entry></entry> <entry></entry>
<entry>X4</entry> <entry>X5</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
@@ -1324,91 +1340,91 @@ The optional keypad can be connected as follows:
<entry>D0</entry> <entry>D0</entry>
<entry>2</entry> <entry>2</entry>
<entry></entry> <entry></entry>
<entry>Y0</entry> <entry>Y1</entry>
</row> </row>
<row> <row>
<entry>D1</entry> <entry>D1</entry>
<entry>3</entry> <entry>3</entry>
<entry></entry> <entry></entry>
<entry>Y1</entry> <entry>Y2</entry>
</row> </row>
<row> <row>
<entry>D2</entry> <entry>D2</entry>
<entry>4</entry> <entry>4</entry>
<entry></entry> <entry></entry>
<entry>Y2</entry> <entry>Y3</entry>
</row> </row>
<row> <row>
<entry>D3</entry> <entry>D3</entry>
<entry>5</entry> <entry>5</entry>
<entry></entry> <entry></entry>
<entry>Y3</entry> <entry>Y4</entry>
</row> </row>
<row> <row>
<entry>D4</entry> <entry>D4</entry>
<entry>6</entry> <entry>6</entry>
<entry></entry> <entry></entry>
<entry>Y4</entry> <entry>Y5</entry>
</row> </row>
<row> <row>
<entry>D5</entry> <entry>D5</entry>
<entry>7</entry> <entry>7</entry>
<entry></entry> <entry></entry>
<entry>Y5</entry> <entry>Y6</entry>
</row> </row>
<row> <row>
<entry>D6</entry> <entry>D6</entry>
<entry>8</entry> <entry>8</entry>
<entry></entry> <entry></entry>
<entry>Y6</entry> <entry>Y7</entry>
</row> </row>
<row> <row>
<entry>D7</entry> <entry>D7</entry>
<entry>9</entry> <entry>9</entry>
<entry></entry> <entry></entry>
<entry>Y7</entry> <entry>Y8</entry>
</row> </row>
<row> <row>
<entry>nSTRB</entry> <entry>nSTRB</entry>
<entry>1</entry> <entry>1</entry>
<entry></entry> <entry></entry>
<entry>Y8</entry> <entry>Y9</entry>
</row> </row>
<row> <row>
<entry>nSEL</entry> <entry>nSEL</entry>
<entry>17</entry> <entry>17</entry>
<entry></entry> <entry></entry>
<entry>Y9</entry> <entry>Y10</entry>
</row> </row>
<row> <row>
<entry>nACK</entry> <entry>nACK</entry>
<entry>10</entry> <entry>10</entry>
<entry></entry> <entry></entry>
<entry>X0</entry> <entry>X1</entry>
</row> </row>
<row> <row>
<entry>BUSY</entry> <entry>BUSY</entry>
<entry>11</entry> <entry>11</entry>
<entry></entry> <entry></entry>
<entry>X1</entry> <entry>X2</entry>
</row> </row>
<row> <row>
<entry>PAPEREND</entry> <entry>PAPEREND</entry>
<entry>12</entry> <entry>12</entry>
<entry></entry> <entry></entry>
<entry>X2</entry> <entry>X3</entry>
</row> </row>
<row> <row>
<entry>SELIN</entry> <entry>SELIN</entry>
<entry>13</entry> <entry>13</entry>
<entry></entry> <entry></entry>
<entry>X3</entry> <entry>X4</entry>
</row> </row>
<row> <row>
<entry>nFAULT</entry> <entry>nFAULT</entry>
<entry>15</entry> <entry>15</entry>
<entry></entry> <entry></entry>
<entry>X4</entry> <entry>X5</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
@@ -1470,21 +1486,21 @@ GND to pin 8 of the IC.
5V | shift reg | display 5V | shift reg | display
O | | keys O | | keys
| 1| |4 | 1| |4
+----|STR Q0|--------------------o 11 D4 Y0 +----|STR Q0|--------------------o 11 D4 Y1
| | |5 | | |5
Data | 2| Q1|--------------------o 12 D5 Y1 Data | 2| Q1|--------------------o 12 D5 Y2
D3 5 o-------------------------|D |6 D3 5 o-------------------------|D |6
| | Q2|--------------------o 13 D6 Y2 | | Q2|--------------------o 13 D6 Y3
| 3| |7 | 3| |7
D4 6 o-------------------------|CK Q3|--------------------o 14 D7 Y3 D4 6 o-------------------------|CK Q3|--------------------o 14 D7 Y4
| | |14 | | |14
| 15| Q4|--------------------o Y4 | 15| Q4|--------------------o Y5
+----|OE |13 +----|OE |13
| Q5|--------------------o 4 RS Y5 | Q5|--------------------o 4 RS Y6
| |12 | |12
| Q6|--------------------o Y6 | Q6|--------------------o Y7
| |11 | |11
| Q7|--------------------o Y7 | Q7|--------------------o Y8
| |9 | |9
| QS|-- +--o 5 RW | QS|-- +--o 5 RW
| __|10 | | __|10 |
@@ -1530,19 +1546,19 @@ complex. If you do not understand the schematic, do not build it.
| shift reg | display | shift reg | display
| | keys | | keys
Data 1| |3 Data 1| |3
D3 5 o---------------------+---|D Q0|--------------------o 11 D4 Y0 D3 5 o---------------------+---|D Q0|--------------------o 11 D4 Y1
| | |4 | | |4
| 2| Q1|--------------------o 12 D5 Y1 | 2| Q1|--------------------o 12 D5 Y2
+---|D |5 +---|D |5
| Q2|--------------------o 13 D6 Y2 | Q2|--------------------o 13 D6 Y3
| |6 | |6
| Q3|--------------------o 14 D7 Y3 | Q3|--------------------o 14 D7 Y4
| |10 | |10
Clock 8| Q4|--------------------o Y4 Clock 8| Q4|--------------------o Y5
D4 6 o-------------------------|CK |11 D4 6 o-------------------------|CK |11
| Q5|--------------------o 4 RS Y5 | Q5|--------------------o 4 RS Y6
___ 9|\ 8 9|_ |12 ___ 9|\ 8 9|_ |12
+--|___|--+----| >o----|R Q6|--------------------o Y6 +--|___|--+----| >o----|R Q6|--------------------o Y7
| 22k | |/ | |13 | 22k | |/ | |13
| --- IC1 | Q7|---+ +--o 5 RW | --- IC1 | Q7|---+ +--o 5 RW
| --- | | | 5V | | --- | | | 5V |
@@ -1618,31 +1634,31 @@ serialLpt wiring supports a keypad. The 3 wires version supports
<entry>nACK</entry> <entry>nACK</entry>
<entry>10</entry> <entry>10</entry>
<entry></entry> <entry></entry>
<entry>X0</entry> <entry>X1</entry>
</row> </row>
<row> <row>
<entry>BUSY</entry> <entry>BUSY</entry>
<entry>11</entry> <entry>11</entry>
<entry></entry> <entry></entry>
<entry>X1</entry> <entry>X2</entry>
</row> </row>
<row> <row>
<entry>PAPEREND</entry> <entry>PAPEREND</entry>
<entry>12</entry> <entry>12</entry>
<entry></entry> <entry></entry>
<entry>X2</entry> <entry>X3</entry>
</row> </row>
<row> <row>
<entry>SELIN</entry> <entry>SELIN</entry>
<entry>13</entry> <entry>13</entry>
<entry></entry> <entry></entry>
<entry>X3</entry> <entry>X4</entry>
</row> </row>
<row> <row>
<entry>nFAULT</entry> <entry>nFAULT</entry>
<entry>15</entry> <entry>15</entry>
<entry></entry> <entry></entry>
<entry>X4</entry> <entry>X5</entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>
@@ -1925,7 +1941,7 @@ serial port <filename>/dev/ttyUSB<replaceable>x</replaceable></filename>.
The PIC-an-LCD module is also supported. It is not connected to the LPT port The PIC-an-LCD module is also supported. It is not connected to the LPT port
but to a serial port, which saves you from a lot of potential problems. but to a serial port, which saves you from a lot of potential problems.
To use it, specify the device to which you have connected the module in the To use it, specify the device to which you have connected the module in the
config file with the <command>Device=</command> setting. config file with the <command>Device</command> setting.
The default is <filename>/dev/lcd</filename>. The default is <filename>/dev/lcd</filename>.
It does not support a keypad nor backlight switching. It does not support a keypad nor backlight switching.
</para> </para>
@@ -2128,7 +2144,7 @@ The board, driven by the <code>bwctusb</code> connection type,
does neither support a keypad for input, nor more than one single-controller does neither support a keypad for input, nor more than one single-controller
display, nor does it allow setting the backlight or brightness. display, nor does it allow setting the backlight or brightness.
But you can set the display's contrast using software But you can set the display's contrast using software
(see the <command>Contrast=</command> configuration parameter). (see the <command>Contrast</command> configuration parameter).
</para> </para>
<sect4 id="hd44780-bwctusb-config"> <sect4 id="hd44780-bwctusb-config">
@@ -2136,7 +2152,7 @@ But you can set the display's contrast using software
<para> <para>
If there is more than one BWCT USB module connected to the system, If there is more than one BWCT USB module connected to the system,
the <command>SerialNumber=</command> configuration parameter allows the <command>SerialNumber</command> configuration parameter allows
selecting which display is used in LCDd. selecting which display is used in LCDd.
</para> </para>
@@ -2170,7 +2186,7 @@ for your own interface e.g. for a graphic LCD.
<para> <para>
Two keys can be connected to the LCD2USB interface board. Two keys can be connected to the LCD2USB interface board.
They can generate three key events that can be mapped to key names using They can generate three key events that can be mapped to key names using
the <command>DirectKey_1=</command> to <command>DirectKey_3=</command> commands: the <command>DirectKey_1</command> to <command>DirectKey_3</command> commands:
one for each key and the third if the keys are pressed simultaneously. one for each key and the third if the keys are pressed simultaneously.
With this 3-key setup, menus can be used (see example below). With this 3-key setup, menus can be used (see example below).
</para> </para>
@@ -2181,9 +2197,9 @@ With this 3-key setup, menus can be used (see example below).
<para> <para>
Besides the standard configuration options for <code>hd44780</code> displays, the Besides the standard configuration options for <code>hd44780</code> displays, the
<code>lcd2usb</code> connection type supports three additional options: <code>lcd2usb</code> connection type supports three additional options:
<command>Contrast=</command> to set the display's contrast, <command>Contrast</command> to set the display's contrast,
<command>Brightness=</command> to set the display's brightness when the backlight is switched on and <command>Brightness</command> to set the display's brightness when the backlight is switched on and
<command>OffBrightness=</command> to set the display's brightness when is backlight is switched off. <command>OffBrightness</command> to set the display's brightness when is backlight is switched off.
All three options expect a number in the range from <literal>0</literal> to <literal>1000</literal>. All three options expect a number in the range from <literal>0</literal> to <literal>1000</literal>.
</para> </para>
@@ -2214,7 +2230,7 @@ KeyDirect_3=Escape
<tip> <tip>
<para> <para>
In order to make the <code>lcd2usb</code> connection type work with a 2-controller display In order to make the <code>lcd2usb</code> connection type work with a 2-controller display
you may need to set the <command>vSpan=</command> config option accordingly. you may need to set the <command>vSpan</command> config option accordingly.
</para> </para>
</tip> </tip>
</sect4> </sect4>
@@ -2299,7 +2315,7 @@ Keypad=no
</example> </example>
<para> <para>
The <command>Device=</command> configuration setting denotes the device file The <command>Device</command> configuration setting denotes the device file
of your I<superscript>2</superscript>C bus (here <filename>/dev/i2c-0</filename>). of your I<superscript>2</superscript>C bus (here <filename>/dev/i2c-0</filename>).
You have to load the kernel standard module <filename>i2c-dev.ko</filename> and You have to load the kernel standard module <filename>i2c-dev.ko</filename> and
the bus driver, but <emphasis>no</emphasis> I<superscript>2</superscript>C the bus driver, but <emphasis>no</emphasis> I<superscript>2</superscript>C
@@ -2307,7 +2323,7 @@ chip modules (e.g. <filename>pcf8574.ko</filename>)!
</para> </para>
<para> <para>
The <command>Port=</command> config option contains the I<superscript>2</superscript>C The <command>Port</command> config option contains the I<superscript>2</superscript>C
address of the I<superscript>2</superscript>C port expander address of the I<superscript>2</superscript>C port expander
(here 0x20, the PCF8574 from the example above, with all address bits set to <literal>0</literal>). (here 0x20, the PCF8574 from the example above, with all address bits set to <literal>0</literal>).
@@ -2323,7 +2339,7 @@ off the address.
<tgroup cols="2" align="left"> <tgroup cols="2" align="left">
<thead> <thead>
<row> <row>
<entry><command>Port=</command> value</entry> <entry><command>Port</command> value</entry>
<entry>Meaning</entry> <entry>Meaning</entry>
</row> </row>
</thead> </thead>
@@ -2376,7 +2392,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2389,7 +2405,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2403,7 +2419,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>ConnectionType=</command> <command>ConnectionType</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>4bit</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>4bit</emphasis></literal></arg>
@@ -2512,7 +2528,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<tip> <tip>
<para> <para>
The above table might be outdated, when you read this. <!-- The above table might be outdated, when you read this. -->
If you suspect the table above to be outdated, you might want to have a look at If you suspect the table above to be outdated, you might want to have a look at
<filename>server/drivers/hd44780-drivers.h</filename> in <package>LCDproc</package>'s <filename>server/drivers/hd44780-drivers.h</filename> in <package>LCDproc</package>'s
source directory which contains the actual translation code. source directory which contains the actual translation code.
@@ -2524,7 +2540,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"><replaceable>BITRATE</replaceable></arg> <arg choice="plain"><replaceable>BITRATE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2535,27 +2551,53 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Charmap=</command> <command>CharMap</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>hd44780_default</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>hd44780_default</emphasis></literal></arg>
<arg choice="plain"><literal>hd44780_euro</literal></arg>
<arg choice="plain"><literal>ea_ks0073</literal></arg> <arg choice="plain"><literal>ea_ks0073</literal></arg>
<arg choice="plain"><literal>sed12780f_0b</literal></arg>
</group> </group>
</arg> </arg>
</term> </term>
<listitem><para> <listitem><para>
You need to set this parameter only if you do not have a standard Set the character mapping depending on the display you have:
HD44780 display. <literal>ea_ks0073</literal> is the charmap for Electronic <itemizedlist>
<listitem><para>
The default, <literal>hd44780_default</literal>, is for "classic"
HD44780 displays.
</para></listitem>
<listitem><para>
<literal>hd44780_euro</literal> is for displays with a ROM mask
supporting the european charset (ROM code A02).
</para></listitem>
<listitem><para>
<literal>ea_ks0073</literal> is the charmap for Electronic
Assembly's KS0073 based displays. These devices have a richer Assembly's KS0073 based displays. These devices have a richer
charset, including many icons and many more characters of the charset, including many icons and many more characters of the
ISO-8859-1 than standard HD44780s. Refer to <filename>hd44780-charset.h</filename> ISO-8859-1 than standard HD44780s.
for more information. </para></listitem>
<listitem><para>
<literal>sed12780f_0b</literal> is for some SED 12780F displays.
</para></listitem>
</itemizedlist>
You only need to set this parameter if you have a non-standard
HD44780 display.
<tip>
<para>
See <filename>server/drivers/hd44780-charset.h</filename>
in <package>LCDproc</package>'s source directory for the actual
mappings.
</para>
</tip>
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Keypad=</command> <command>Keypad</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -2571,7 +2613,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2584,7 +2626,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2597,7 +2639,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2614,7 +2656,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Backlight=</command> <command>Backlight</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -2629,7 +2671,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>OutputPort=</command> <command>OutputPort</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -2645,7 +2687,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Lastline=</command> <command>Lastline</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -2662,7 +2704,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -2678,7 +2720,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>vSpan=</command> <command>vSpan</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>HEIGHT</replaceable> <replaceable>HEIGHT</replaceable>
<literal>,</literal>&hellip; <literal>,</literal>&hellip;
@@ -2704,7 +2746,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>ExtendedMode=</command> <command>ExtendedMode</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
@@ -2721,7 +2763,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>DelayMult=</command> <command>DelayMult</command> =
<arg choice="plain"><replaceable>DELAY</replaceable></arg> <arg choice="plain"><replaceable>DELAY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2734,7 +2776,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>DelayBus=</command> <command>DelayBus</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -2751,7 +2793,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>KeepAliveDisplay=</command> <command>KeepAliveDisplay</command> =
<arg choice="plain"><replaceable>SECONDS</replaceable></arg> <arg choice="plain"><replaceable>SECONDS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2765,7 +2807,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>RefreshDisplay=</command> <command>RefreshDisplay</command> =
<arg choice="plain"><replaceable>SECONDS</replaceable></arg> <arg choice="plain"><replaceable>SECONDS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2778,17 +2820,19 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>DirectKey_<replaceable>NUM</replaceable>=</command> <command>KeyDirect_<replaceable>NUM</replaceable></command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMatrix_<replaceable>X</replaceable>_<replaceable>Y</replaceable>=</command> <command>KeyMatrix_<replaceable>X</replaceable>_<replaceable>Y</replaceable></command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
<para> <para>
If you have a keypad you can assign keystrings to the keys. If you have a keypad you can assign keystrings to the keys.
See documentation for used terms and how to wire it. See the section on <link linkend="hd44780-connections-keypad">keypads</link>
for used terms and the section on the specific connection type how to
wire it.
</para> </para>
<para> <para>
To map, for example, the directly connected key <literal>4</literal> To map, for example, the directly connected key <literal>4</literal>
@@ -2802,7 +2846,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>VendorID=</command> <command>VendorID</command> =
<arg choice="plain"><replaceable>VENDORID</replaceable></arg> <arg choice="plain"><replaceable>VENDORID</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2813,7 +2857,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>ProductID=</command> <command>ProductID</command> =
<arg choice="plain"><replaceable>PRODUCTID</replaceable></arg> <arg choice="plain"><replaceable>PRODUCTID</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -2824,7 +2868,7 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
<varlistentry> <varlistentry>
<term> <term>
<command>SerialNumber=</command> <command>SerialNumber</command> =
<arg choice="plain"><replaceable>SERIALNO</replaceable></arg> <arg choice="plain"><replaceable>SERIALNO</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+1 -1
View File
@@ -16,7 +16,7 @@ icp_a106 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+2 -2
View File
@@ -56,7 +56,7 @@ For further details, please consult the page and the forum at
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -73,7 +73,7 @@ For further details, please consult the page and the forum at
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+2 -2
View File
@@ -67,7 +67,7 @@ The keys are mapped according to the following table:
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -77,7 +77,7 @@ The keys are mapped according to the following table:
<varlistentry> <varlistentry>
<term> <term>
<command>Config=</command> <command>Config</command> =
<arg choice="plain"><replaceable>FILENAME</replaceable></arg> <arg choice="plain"><replaceable>FILENAME</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+4 -4
View File
@@ -15,7 +15,7 @@ This section covers the joystick input driver for LCDd.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -25,11 +25,11 @@ This section covers the joystick input driver for LCDd.
<varlistentry> <varlistentry>
<term> <term>
<command>Map_Axis<replaceable>NUM</replaceable>neg=</command> <command>Map_Axis<replaceable>NUM</replaceable>neg</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>Map_Axis<replaceable>NUM</replaceable>pos=</command> <command>Map_Axis<replaceable>NUM</replaceable>pos</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -55,7 +55,7 @@ This section covers the joystick input driver for LCDd.
<varlistentry> <varlistentry>
<term> <term>
<command>Map_Button<replaceable>NUM</replaceable>=</command> <command>Map_Button<replaceable>NUM</replaceable></command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
+4 -4
View File
@@ -38,7 +38,7 @@ made in australia :-)
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -48,7 +48,7 @@ made in australia :-)
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -58,7 +58,7 @@ made in australia :-)
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>2400</literal></arg> <arg choice="plain"><literal>2400</literal></arg>
@@ -74,7 +74,7 @@ made in australia :-)
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+5 -5
View File
@@ -16,7 +16,7 @@ lcdm001 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,19 +26,19 @@ lcdm001 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>PauseKey=</command> <command>PauseKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>BackKey=</command> <command>BackKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>ForwardKey=</command> <command>ForwardKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>MainMenuKey=</command> <command>MainMenuKey</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
+2 -2
View File
@@ -16,7 +16,7 @@ lcterm chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,7 +26,7 @@ lcterm chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
+2 -2
View File
@@ -80,7 +80,7 @@ Then you have to modify the <code>[lirc]</code> section of your
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>lircrc=</command> <command>lircrc</command> =
<arg choice="plain"><replaceable>FILENAME</replaceable></arg> <arg choice="plain"><replaceable>FILENAME</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -98,7 +98,7 @@ Then you have to modify the <code>[lirc]</code> section of your
<varlistentry> <varlistentry>
<term> <term>
<command>Prog=</command> <command>Prog</command> =
<arg choice="plain"><replaceable>PROGRAM</replaceable></arg> <arg choice="plain"><replaceable>PROGRAM</replaceable></arg>
</term> </term>
<listitem> <listitem>
+4 -4
View File
@@ -58,7 +58,7 @@ USB library.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -74,7 +74,7 @@ USB library.
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>VendorID=</command> <command>VendorID</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>VENDORID</replaceable> <replaceable>VENDORID</replaceable>
</arg> </arg>
@@ -94,7 +94,7 @@ USB library.
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>ProductID=</command> <command>ProductID</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>PRODUCTID</replaceable> <replaceable>PRODUCTID</replaceable>
</arg> </arg>
@@ -114,7 +114,7 @@ USB library.
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem> <listitem>
+2 -2
View File
@@ -16,7 +16,7 @@ ms6931 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,7 +26,7 @@ ms6931 chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -16,7 +16,7 @@ mtc_s16209x chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,7 +26,7 @@ mtc_s16209x chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -36,7 +36,7 @@ mtc_s16209x chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Reboot=</command> <command>Reboot</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+15 -15
View File
@@ -234,7 +234,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -244,7 +244,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -258,7 +258,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>Type=</command> <command>Type</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>lcd</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>lcd</emphasis></literal></arg>
@@ -278,7 +278,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -295,7 +295,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -305,7 +305,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -317,7 +317,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -335,7 +335,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>KeyMap_<replaceable>LETTER</replaceable>=</command> <command>KeyMap_<replaceable>LETTER</replaceable></command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -372,27 +372,27 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<!-- <!--
<varlistentry> <varlistentry>
<term> <term>
<command>LeftKey=</command> <command>LeftKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>RightKey=</command> <command>RightKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>EnterKey=</command> <command>EnterKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>UpKey=</command> <command>UpKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>DownKey=</command> <command>DownKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>EscapeKey=</command> <command>EscapeKey</command> =
<arg choice="plain"><replaceable>MTX-KEY</replaceable></arg> <arg choice="plain"><replaceable>MTX-KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -407,7 +407,7 @@ Slightly modified in order to include it in this document March 2002, Rene Wagne
<varlistentry> <varlistentry>
<term> <term>
<command>keypad_test_mode=</command> <command>keypad_test_mode</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+9 -9
View File
@@ -60,7 +60,7 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -71,7 +71,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>KeyLights=</command> <command>KeyLights</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -85,7 +85,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key0Light=</command> <command>Key0Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -100,7 +100,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key1Light=</command> <command>Key1Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -115,7 +115,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key2Light=</command> <command>Key2Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -130,7 +130,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key3Light=</command> <command>Key3Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -145,7 +145,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key4Light=</command> <command>Key4Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -160,7 +160,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>Key5Light=</command> <command>Key5Light</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -175,7 +175,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<command>KeyTimeout=</command> <command>KeyTimeout</command> =
<arg choice="plain"><replaceable>DURATION</replaceable></arg> <arg choice="plain"><replaceable>DURATION</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+1 -1
View File
@@ -206,7 +206,7 @@ Email: info@coresystems.de · http://www.coresystems.de/
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+4 -4
View File
@@ -505,7 +505,7 @@ use the following circuit.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>CellSize=</command> <command>CellSize</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -523,7 +523,7 @@ use the following circuit.
<varlistentry> <varlistentry>
<term> <term>
<command>ConnectionType=</command> <command>ConnectionType</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>classic</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>classic</emphasis></literal></arg>
@@ -565,7 +565,7 @@ use the following circuit.
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -578,7 +578,7 @@ use the following circuit.
<varlistentry> <varlistentry>
<term> <term>
<command>Type=</command> <command>Type</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>G321D</literal></arg> <arg choice="plain"><literal>G321D</literal></arg>
+1 -1
View File
@@ -16,7 +16,7 @@ sed1520 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+4 -4
View File
@@ -117,7 +117,7 @@ arrow, delete, and return keys by default.
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -128,7 +128,7 @@ arrow, delete, and return keys by default.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -143,7 +143,7 @@ arrow, delete, and return keys by default.
<varlistentry> <varlistentry>
<term> <term>
<command>Type=</command> <command>Type</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>IEE</literal></arg> <arg choice="plain"><literal>IEE</literal></arg>
@@ -165,7 +165,7 @@ arrow, delete, and return keys by default.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
+12 -12
View File
@@ -120,9 +120,9 @@ Feedback is welcome.
<para> <para>
If your display isn't working 100% satisfactorily you can add a new device with modified hardware If your display isn't working 100% satisfactorily you can add a new device with modified hardware
commands to the driver if you want. To do that you have to add a new section to the display commands to the driver if you want. To do that you have to add a new section to the display
<command>Type=</command>-switch-case in <filename>./server/drivers/serialVFD-displays.c</filename> <command>Type</command>-switch-case in <filename>./server/drivers/serialVFD-displays.c</filename>
and to write a new "load" function with the correct commands for the display. and to write a new "load" function with the correct commands for the display.
(Try which display <command>Type=</command> works best with your display, (Try which display <command>Type</command> works best with your display,
then copy, rename and modify this function to your needs - that is the easiest way I guess.) then copy, rename and modify this function to your needs - that is the easiest way I guess.)
</para> </para>
@@ -356,7 +356,7 @@ optional
<varlistentry> <varlistentry>
<term> <term>
<command>use_parallel=</command> <command>use_parallel</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -371,7 +371,7 @@ optional
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -381,7 +381,7 @@ optional
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -392,7 +392,7 @@ optional
<varlistentry> <varlistentry>
<term> <term>
<command>Custom-Characters=</command> <command>Custom-Characters</command> =
<arg choice="plain"><replaceable>CUSTOM-CHARACTERS</replaceable></arg> <arg choice="plain"><replaceable>CUSTOM-CHARACTERS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -402,7 +402,7 @@ Number of Custom-Characters [default: Display-<command>Type</command> dependent]
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -417,7 +417,7 @@ Number of Custom-Characters [default: Display-<command>Type</command> dependent]
<varlistentry> <varlistentry>
<term> <term>
<command>Type=</command> <command>Type</command> =
<arg choice="plain"><replaceable>CODE</replaceable></arg> <arg choice="plain"><replaceable>CODE</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -461,7 +461,7 @@ Number of Custom-Characters [default: Display-<command>Type</command> dependent]
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -472,7 +472,7 @@ Set the initial brightness [default: 1000; legal: 0 - 1000]
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>OFFBRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>OFFBRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -485,7 +485,7 @@ Set the initial off-brightness [default: 0; legal: 0 - 1000].
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
@@ -504,7 +504,7 @@ Set the initial off-brightness [default: 0; legal: 0 - 1000].
<varlistentry> <varlistentry>
<term> <term>
<command>ISO_8859_1=</command> <command>ISO_8859_1</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
+2 -2
View File
@@ -16,7 +16,7 @@ sli chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -26,7 +26,7 @@ sli chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>1200</literal></arg> <arg choice="plain"><literal>1200</literal></arg>
+1 -1
View File
@@ -16,7 +16,7 @@ stv5730 chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+5 -5
View File
@@ -16,7 +16,7 @@ svga chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Mode=</command> <command>Mode</command> =
<arg choice="plain"><replaceable>SCGALIB-MODE</replaceable></arg> <arg choice="plain"><replaceable>SCGALIB-MODE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -29,7 +29,7 @@ svga chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -43,7 +43,7 @@ svga chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -59,7 +59,7 @@ svga chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -69,7 +69,7 @@ svga chipset.
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+4 -4
View File
@@ -75,7 +75,7 @@ can be done by specifying "--enable-drivers=all" or by
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -89,7 +89,7 @@ can be done by specifying "--enable-drivers=all" or by
<varlistentry> <varlistentry>
<term> <term>
<command>Port=</command> <command>Port</command> =
<arg choice="plain"><replaceable>PORT</replaceable></arg> <arg choice="plain"><replaceable>PORT</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -103,7 +103,7 @@ can be done by specifying "--enable-drivers=all" or by
<varlistentry> <varlistentry>
<term> <term>
<command>ECPlpt=</command> <command>ECPlpt</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg> <arg choice="plain"><literal><emphasis>yes</emphasis></literal></arg>
@@ -118,7 +118,7 @@ can be done by specifying "--enable-drivers=all" or by
<varlistentry> <varlistentry>
<term> <term>
<command>graphic=</command> <command>graphic</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>yes</literal></arg> <arg choice="plain"><literal>yes</literal></arg>
+1 -1
View File
@@ -16,7 +16,7 @@ text chipset.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
+3 -3
View File
@@ -39,7 +39,7 @@ of the LCD display by its manufacturer.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Device=</command> <command>Device</command> =
<arg choice="plain"><replaceable>DEVICE</replaceable></arg> <arg choice="plain"><replaceable>DEVICE</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -49,7 +49,7 @@ of the LCD display by its manufacturer.
<varlistentry> <varlistentry>
<term> <term>
<command>Speed=</command> <command>Speed</command> =
<arg choice="plain"> <arg choice="plain">
<group choice="req"> <group choice="req">
<arg choice="plain"><literal>4800</literal></arg> <arg choice="plain"><literal>4800</literal></arg>
@@ -65,7 +65,7 @@ of the LCD display by its manufacturer.
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
+7 -7
View File
@@ -121,7 +121,7 @@ a standard character which looks good.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -135,27 +135,27 @@ a standard character which looks good.
<varlistentry> <varlistentry>
<term> <term>
<command>KeyMap_A=</command> <command>KeyMap_A</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_B=</command> <command>KeyMap_B</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_C=</command> <command>KeyMap_C</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_D=</command> <command>KeyMap_D</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_E=</command> <command>KeyMap_E</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<term> <term>
<command>KeyMap_F=</command> <command>KeyMap_F</command> =
<arg choice="plain"><replaceable>KEY</replaceable></arg> <arg choice="plain"><replaceable>KEY</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
+6 -6
View File
@@ -22,7 +22,7 @@ on-screen display (OSD) used by most modern televisions and video-players.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
<command>Size=</command> <command>Size</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>WIDTH</replaceable> <replaceable>WIDTH</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -36,7 +36,7 @@ on-screen display (OSD) used by most modern televisions and video-players.
<varlistentry> <varlistentry>
<term> <term>
<command>Offset=</command> <command>Offset</command> =
<arg choice="plain"> <arg choice="plain">
<replaceable>X-OFFSET</replaceable> <replaceable>X-OFFSET</replaceable>
<literal>x</literal> <literal>x</literal>
@@ -54,7 +54,7 @@ Offset=200x200
<varlistentry> <varlistentry>
<term> <term>
<command>Font=</command> <command>Font</command> =
<arg choice="plain"><replaceable>FONT</replaceable></arg> <arg choice="plain"><replaceable>FONT</replaceable></arg>
</term> </term>
<listitem> <listitem>
@@ -74,7 +74,7 @@ Offset=200x200
<!-- <!--
<varlistentry> <varlistentry>
<term> <term>
<command>Contrast=</command> <command>Contrast</command> =
<arg choice="plain"><replaceable>CONTRAST</replaceable></arg> <arg choice="plain"><replaceable>CONTRAST</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -90,7 +90,7 @@ Offset=200x200
<varlistentry> <varlistentry>
<term> <term>
<command>Brightness=</command> <command>Brightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>
@@ -100,7 +100,7 @@ Offset=200x200
<varlistentry> <varlistentry>
<term> <term>
<command>OffBrightness=</command> <command>OffBrightness</command> =
<arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg> <arg choice="plain"><replaceable>BRIGHTNESS</replaceable></arg>
</term> </term>
<listitem><para> <listitem><para>