I had made the "PixelView PlayTV Pro" remote control to work with
DirectFB. Now the DirectFB example program "df_input" responds to the
aforesaid remote control.
Following are the steps to be followed:
1) The configuration file /etc/lircd.conf should be modified. (This
configuartion file will be generated while compiling LIRC)
For EX: you can see the following in /etc/lircd.conf.
chan+ 0x0000000000006897
chan- 0x00000000000028D7Just change the above 2 lines as follows
PAGE_UP 0x0000000000006897
PAGE_DOWN 0x00000000000028D7Here the PAGE_UP and PAGE_DOWN keys are name the keys like DirectFB
does (DIKS_* without DIKS_). See directfb_keynames.h for a complete
list.
2) Run lircd daemon program. 3) Run df_input example program.
With Regards, S.Suriya Mohan.
On Sun, 22 Jun 2003 Sven Neumann wrote :
Hi,
"suriya mohan" <[EMAIL PROTECTED]> writes:
> As far as input drivers in DirectFB is concerned, the drivers are
> invoked by default, say for example keyboard and mouse drivers. So
> also "lirc" input driver must be invoked by default.
You certainly checked if the lirc driver is loaded by looking at the
console ouptut of your DirectFB application, didn't you?
> Is the "lirc" input driver of DirectFB is a server daemon program
> similar to server program of "LIRC" package ?
No, as all other DirectFB input drivers, it creates a thread but runs
as part of your application.
Sven
___________________________________________________ Get email that means BUSINESS! me @ mycompany.com. Just Rs.1499/year. To start, click http://www.rediffmailpro.com
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
