Files
lcdproc/docs/lcdproc-user/drivers/lcdm001.docbook
T
mmdolze f59af2e241 Replace <term><command><arg> with <term><property><parameter> to describe
options in the config file because:
 * <arg> can only be used within <cmdsynopsis>.
 * <cmdsynopsis> does not allow text outside <command> and <arg>.
 * <arg> does not allow decorating elements like <literal> or <emphasis>.
This fixes #2803057.

Add shortcut entities for commonly used parameters (yes/no, size).
Remove Debian patch which is obsoleted by above changes.
2009-06-12 09:12:50 +00:00

95 lines
2.1 KiB
Plaintext

<sect1 id="lcdm001-howto">
<title>The lcdm001 Driver</title>
<para>
This section talks about using LCDproc with LCD displays that use the
lcdm001 chipset.
</para>
<!-- ## LCDM001 driver ## -->
<sect2 id="lcdm001-config">
<title>Configuration in LCDd.conf</title>
<sect3 id="lcdm001-config-section">
<title>[lcdm001]</title>
<variablelist>
<varlistentry>
<term>
<property>Device</property> =
<parameter><replaceable>DEVICE</replaceable></parameter>
</term>
<listitem><para>
Default: <filename>/dev/lcd</filename>
</para></listitem>
</varlistentry>
<varlistentry>
<term>
<property>PauseKey</property> =
<parameter><replaceable>KEY</replaceable></parameter>
</term>
<term>
<property>BackKey</property> =
<parameter><replaceable>KEY</replaceable></parameter>
</term>
<term>
<property>ForwardKey</property> =
<parameter><replaceable>KEY</replaceable></parameter>
</term>
<term>
<property>MainMenuKey</property> =
<parameter><replaceable>KEY</replaceable></parameter>
</term>
<listitem>
<para>
keypad settings
</para>
<informaltable>
<tgroup cols="3">
<thead>
<row>
<entry>key name</entry>
<entry>function (normal context)</entry>
<entry>function (menu context)</entry>
</row>
</thead>
<tbody>
<row>
<entry>PauseKey</entry>
<entry>Pause/Continue</entry>
<entry>Enter/select</entry>
</row>
<row>
<entry>BackKey</entry>
<entry>Back(Go to previous screen)</entry>
<entry>Up/Left</entry>
</row>
<row>
<entry>ForwardKey</entry>
<entry>Forward(Go to next screen)</entry>
<entry>Down/Right</entry>
</row>
<row>
<entry>MainMenuKey</entry>
<entry>Open main menu</entry>
<entry>Exit/Cancel</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
You can rearrange the settings here.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>If your device is broken, have a look at server/drivers/lcdm001.h</para>
</sect3>
</sect2>
</sect1>