[Fwd: AW: [Lcdproc] Re: help w/ hd44780 driver to support hd66712]

Andrew Foss a.foss@f5.com
Sat May 6 15:24:01 2006


This is a multi-part message in MIME format.
--------------090204060509040404020208
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

lcdproc folks,

attached is a patch to simply add to the LCDd.conf file a comment 
indicating that HD66712 is an hd44780 w/ extended_mode=YES, just to help 
make it clearer for folks.

thank you Marcus, for catching that my patch was a copy of logic that 
already existed!

andrew

-------- Original Message --------
Subject: 	AW: [Lcdproc] Re: help w/ hd44780 driver to support hd66712
Date: 	Sat, 6 May 2006 16:37:15 +0200
From: 	Andreas <Andreaz@t-online.de>
Reply-To: 	<Andreaz@t-online.de>
To: 	'Andrew Foss' <a.foss@f5.com>



Hello All,

*giggle*.

Thats it. ExtendedMode=yes works perfectly. I also didnt
notice this line. Sorry for driving you all crazy, esp.
Andrew... ;) But lots of thanks for your great support.

Okay, i can 100% confirm this display work with lcdproc.

NICE!!! =)

Andreas


-----Ursprüngliche Nachricht-----
Von: Andrew Foss [mailto:a.foss@f5.com]
Gesendet: Samstag, 6. Mai 2006 16:00
An: Markus Dolze; Andreas
Betreff: Re: [Lcdproc] Re: help w/ hd44780 driver to support hd66712


Andreas,

Markus is right on, it looks like my patch may be unnecessary after all.

Please try the straight 0.5.0 release w/ the "ExtendedMode=Yes" by
removing the "#" sign for this option in the [hd44780] section.

# If you have a KS0073 or an other 'almost HD44780-compatible', set this
# flag to get into extended mode (4-line linear).
# This flag is NOT the old obsolete Extended option.
#ExtendedMode=yes

I didn't even notice the above line, when we did this, it looks like
extended mode is exactly it and already there!

andrew




--------------090204060509040404020208
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
 name="lcdprocHD66712.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="lcdprocHD66712.patch"

--- LCDd.conf.orig	2006-05-06 08:09:37.000000000 -0700
+++ LCDd.conf	2006-05-06 08:11:21.000000000 -0700
@@ -376,8 +376,8 @@
 # Vspan=2,2 means both displays have 2 lines.
 #vspan=2,2
 
-# If you have a KS0073 or an other 'almost HD44780-compatible', set this
-# flag to get into extended mode (4-line linear).
+# If you have an HD66712, a KS0073 or an other 'almost HD44780-compatible', 
+# set this flag to get into extended mode (4-line linear).
 # This flag is NOT the old obsolete Extended option.
 #ExtendedMode=yes
 

--------------090204060509040404020208--