Add an option to specify the DDRAM address of the next line.
This allows using the ST7036 controller like found on EA DOG modules.
This commit is contained in:
@@ -2203,6 +2203,12 @@ 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).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This driver supports the original LCD2USB interface board as described above
|
||||
as well as compatible devices like those sold by <ulink url="http://www.lcdmodkit.com/">Lcdmod Kit</ulink>
|
||||
or those developed by <ulink url="http://www.maltepoeggel.de/index.php?site=sp-lcd&lang=en">Malte Pöggel</ulink>.
|
||||
</para>
|
||||
|
||||
<sect4 id="hd44780-lcd2usb-config">
|
||||
<title>Special configuration options</title>
|
||||
|
||||
@@ -2874,6 +2880,17 @@ This can be done by specifying <option>--enable-drivers=all</option> or by inclu
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command>LineAddress</command> =
|
||||
<arg choice="plain"><replaceable>ADDR</replaceable></arg>
|
||||
</term>
|
||||
<listitem><para>
|
||||
If the next line of your display doesn't start <literal>0x20</literal> higher in
|
||||
DDRAM you can override the default value of the ExtendedMode with this parameter.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command>DelayMult</command> =
|
||||
|
||||
Reference in New Issue
Block a user