[Lcdproc] [patch] Hitachi SP14Q002 added to sed1330 driver
Benjamin Wiedmann
benjamin.wiedmann@gmx.net
Mon Jan 1 15:22:01 2007
This is a multi-part message in MIME format.
--------------090308050404090405080303
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Hi Robert,
thanks for the hint. I added the ConnectionType parameter to the
docbook, the appropriate patch is attached.
Regards,
Benjamin
Robert Buchholz wrote:
> Hi Benjamin,
>
> Benjamin Wiedmann wrote:
>> I had some spare time, see attachment :-). You can now specify the
>> scheme to use by having parameter "ConnectionType" in driver section of
>> sed1330 set. Valid wirings: classic, bitshaker. If not set it defaults
>> to classic so there won't be any incompatibilities on user side...
>>
>> What about describing these new options/parameters in the manual? Where
>> to do that?
>
> Peter already added the docs for your earlier patch, but if you want to
> edit it for the new one, have a look into
> lcdproc/docs/lcdproc-user/drivers/sed1330.docbook in CVS.
>
> Regards,
> Robert
>
- --
Windows: Designed for the Internet
The Internet: Designed for UN*X
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6-ecc01.6 (GNU/Linux)
iQCVAwUBRZknBtdDWs1pp/7kAQP1jAP/WrQ/Ri28UmsxrACQdT2yl31v5vHPBbbO
jR1TR+fSU9keW16qSvsX3AyGlcppqO2hSBZe+rg5ZEL7qg9bTC2piIivGHeRCOcH
TGoSMatfQZbWTS/Q4nZ7oU3LrC/tAX5l7cqK0SbVhv59WI/RvuWFgXuLNeZEywtF
fIRkeLYkle4=
=d+7e
-----END PGP SIGNATURE-----
--------------090308050404090405080303
Content-Type: text/x-patch;
name="sed1330.docbook.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="sed1330.docbook.patch"
--- lcdproc/docs/lcdproc-user/drivers/sed1330.docbook 2006-12-31 16:41:20.000000000 +0100
+++ lcdproc_diff/docs/lcdproc-user/drivers/sed1330.docbook 2007-01-01 16:13:40.807143184 +0100
@@ -208,6 +208,26 @@
</para></note>
</listitem>
</varlistentry>
+
+<varlistentry>
+ <term>
+ <command>ConnectionType=</command>
+ <arg choice="plain">
+ <group choice="req">
+ <arg choice="plain"><literal>classic</literal></arg>
+ <arg choice="plain"><literal>bitshaker</literal></arg>
+ </group>
+ </arg>
+ </term>
+ <listitem>
+ <para>
+ ConnectionType (wiring scheme) of LCD module.
+ </para>
+ <note><para>
+ You can set a custom wiring scheme that differs from classic wiring. At the moment only classic and bitshaker wirings are implemented. If not set, classic wiring is used.
+ </para></note>
+ </listitem>
+</varlistentry>
</variablelist>
<para>
--------------090308050404090405080303--