2006-04-05 10:36:58 +00:00
|
|
|
<sect1 id="NoritakeVFD-howto">
|
|
|
|
|
<title>The NoritakeVFD Driver</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
2006-12-31 16:31:12 +00:00
|
|
|
This section talks about using LCDproc with text mode VFD displays from
|
|
|
|
|
<ulink url="http://www.noritake-itron.com/">Noritake Itron</ulink>.
|
2006-04-05 10:36:58 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<!-- ## Noritake VFD driver ## -->
|
|
|
|
|
<sect2 id="NoritakeVFD-config">
|
|
|
|
|
<title>Configuration in LCDd.conf</title>
|
|
|
|
|
|
2006-09-13 11:49:43 +00:00
|
|
|
<sect3 id="NoritakeVFD-config-section">
|
2006-04-05 10:36:58 +00:00
|
|
|
<title>[NoritakeVFD]</title>
|
|
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Device</property> =
|
|
|
|
|
<parameter><replaceable>DEVICE</replaceable></parameter>
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
|
|
|
|
Port where the VFD is. Usual values are <filename>/dev/ttyS0</filename> and <filename>/dev/ttyS1</filename>
|
|
|
|
|
Default: <filename>/dev/lcd</filename>
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Size</property> = ¶meters.size;
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
|
|
|
|
Specifies the size of the LCD.
|
|
|
|
|
Default: <literal>20x4</literal>
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Brightness</property> =
|
|
|
|
|
<parameter><replaceable>BRIGHTNESS</replaceable></parameter>
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
2007-09-25 16:19:42 +00:00
|
|
|
Set the initial brightness [default: <literal>1000</literal>; legal: <literal>0</literal> - <literal>1000</literal>]
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>OffBrightness</property> =
|
|
|
|
|
<parameter><replaceable>BRIGHTNESS</replaceable></parameter>
|
2007-09-25 16:19:42 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
|
|
|
|
Set the initial off-brightness [default: <literal>0</literal>; legal: <literal>0</literal> - <literal>1000</literal>]
|
|
|
|
|
This value is used when the display is normally
|
|
|
|
|
switched off in case LCDd is inactive
|
2006-04-05 10:36:58 +00:00
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Speed</property> =
|
|
|
|
|
{
|
|
|
|
|
<parameter><literal>1200</literal></parameter> |
|
|
|
|
|
<parameter><literal>2400</literal></parameter> |
|
|
|
|
|
<emphasis><parameter><literal>9600</literal></parameter></emphasis> |
|
|
|
|
|
<parameter><literal>19200</literal></parameter> |
|
|
|
|
|
<parameter><literal>115200</literal></parameter>
|
|
|
|
|
}
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
|
|
|
|
Set the the baud rate to use when communicating with the VFD.
|
|
|
|
|
If not specified, it defaults to <literal>9600</literal>.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
2007-09-20 15:59:57 +00:00
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Parity</property> =
|
|
|
|
|
{
|
|
|
|
|
<emphasis><parameter><literal>0</literal></parameter></emphasis> |
|
|
|
|
|
<parameter><literal>1</literal></parameter> |
|
|
|
|
|
<parameter><literal>2</literal></parameter>
|
|
|
|
|
}
|
2007-09-20 15:59:57 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
|
|
|
|
Set the parity for communication with the device to even parity (<literal>2</literal>),
|
|
|
|
|
odd parity (<literal>1</literal>) or no parity (<literal>0</literal>).
|
|
|
|
|
If not given, it defaults to <literal>0</literal>.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
|
2006-04-05 10:36:58 +00:00
|
|
|
<varlistentry>
|
|
|
|
|
<term>
|
2009-06-12 09:12:50 +00:00
|
|
|
<property>Reboot</property> = ¶meters.yesnodef;
|
2006-04-05 10:36:58 +00:00
|
|
|
</term>
|
|
|
|
|
<listitem><para>
|
2007-09-25 16:19:42 +00:00
|
|
|
Reinitialize the VFD [default: <literal>no</literal>; legal: <literal>yes</literal>, <literal>no</literal>]
|
2006-04-05 10:36:58 +00:00
|
|
|
</para></listitem>
|
|
|
|
|
</varlistentry>
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
</sect1>
|