On Wed, 2006-05-10 at 15:03 +0530, Nidhi Srivastava wrote:
> I am new to DirectFB. I am working on a STB like application and
> trying to integrate a combo ir remote control (lirc) with DirectFB
> application. The problem is I don’t know which of the files I have to
> modify for integrating the hex codes and the protocol of the remote
> control. It is a Philips remote control. The application has lirc
> input drivers beneath DirectFB.

Hi

you need to look at lircd.conf settings [1] and file format[2], your
remote may still be supported [3]. Lircd.conf associates hexadecimal
code to key name in string format. 

[1] http://www.lirc.org/html/configure.html
[2] http://winlirc.sourceforge.net/technicaldetails.html
[3] http://lirc.sourceforge.net/remotes/ (section philips?)

If you only use lirc with DirectFB you may call your keys with DFB
standard keyname (see include/directfb_keynames.h) and DFBSee input
management [4]

[4] 
http://directfb.org/index.php/viewcvs.cgi/DFBSee/src/main.c?rev=1.59&content-type=text/vnd.viewcvs-markup

I hope it could help you

Nicolas

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to