[Lcdproc] lcdserializer problems

Christian Kruft ckruft@dev0.sytes.net
Sun Aug 6 22:19:02 2006


Matteo Pillon schrieb:

>On Thu, Aug 03, 2006 at 02:46:02PM +0200, Christian Kruft wrote:
>  
>
>If you'd like, I can add your interface in the patch as a new
>ConnectionType, just make your work public and give it a name ;-).
>
>
>  
>
I'm going to expand the ASM to work with LCDs which have 4 lines - i.e. 
2 Enable-Pins. Do u have any suggestions how  to do? I think the driver 
should send another new byte to select Enable of controller 1 or Enable 
of controller 2-  can u make such a driver? U can name it  "vdr-lcd" and 
please drop the reinit. Also a full refresh after some time would be 
great (but pls send a clear before any text). When the driver is 
working, I could do it easily and make it public. Maybe 0xFC  Enable 
(controller 1)  and 0xFD Enable (controller 2) ? 0xFE is command mode 
and 0xFF I use for another thing.

Christian