Re: glcdlib and keypad?

David Glaude <[email protected]> Fri, 9 Mar 2012 12:01:23 +0100
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <CAEDB7osvQv39GMJHaqppWHKuCKoxVZ34vzZKKBROTovLMywhyA@mail.gmail.com>
Hi,

I would say that since the "USB infrared Toy" from dangerousprototypes
is having a "IRman-compatible mode" you may have luck with irman...

IRman support in lcdproc is a shortcut if you do not want Lirc, use
only LCDproc and have a real IRman.

For all other purpose, I would suggest trying the lirc module of LCDproc.

And that is exactly what the doc say (
http://lcdproc.sourceforge.net/docs/current-user.html#irman-howto ) :
Tip - If you have trouble using the irman driver, you might try the
lirc driver. lirc supports IrMan as well.

Disclaimer: I might be one of the contributor of IRman for LCDproc
module and/our Lirc LCDproc module. But that was so long ago that I
have no clue anymore.

I hope it help.

David Glaude

Le 9 mars 2012 10:42, Matthias <[email protected]> a écrit :
> Hi!
>
>> If your computer still does have a parallel port you could load the hd44780 driver as a second driver and use its input wiring to connect keys. You won't need to connect a display for this.
>> ...
>> BTW: What display are you using with the glcdlib driver?
>
> I want to use a GU144x16D-K610A8 in parallel mode (the driver looks for me not
> supporting serial mode) so I think it cannot coexist with the hd44780 driver.
> Or am I wrong?
>
>> Otherwise you need an 'input only' driver. There are currently two such driver provided:
>> - 'irmanin' : For the IrMan IR remote control.
>> - 'joy' : For something connected to a joystick port (or anything that provides a joystick device).
>>
>> Those drivers are fairly simple and it would be a nice idea to have a input only driver that can be used with various displays.
>
> Unfortunately I cannot find some schematic for the IrMan receiver but some
> other receivers, e.g. the UIR http://fly.cc.fer.hr/~mozgic/UIR/ and the "USB
> infrared Toy" http://dangerousprototypes.com/docs/USB_Infrared_Toy
>
> Do you think (or know) whether those devices will work with 'irmanin' driver?
>
> (I don't have a joystick port but a PCI-to-parallel card.)
>
> TIA
> Matthias