On Tue, Jan 3, 2017 at 9:27 AM, srihari k <[email protected]> wrote: > > > Hi Adhin, > > The 4x4 membrane keyboard can be connected via the GPIO pins. You can read > from GPIO pins using the Rpi.GPIO python module. The python program > would have to be running in a loop listening to inputs from GPIO. Once the > input is received, you could use the JSON-RPC API > <http://kodi.wiki/view/JSON-RPC_API#Python> of Kodi to select the media > to play. > > Here's a script > <https://github.com/srih4ri/RpiMatrixKeyboard/blob/master/1.py> that I > modified from one of the tutorials for interfacing membrane keyboard. > > Cheers, > > srihari > > -- >
Hi Srihari, Thank you for the timely help. I haven't tried it yet. I'll let you know about the progress once I have started working on it. -- ---------------------------------------------------------------------------------------------------------------- May the FOSS be with you... always - Adhin ---------------------------------------------------------------------------------------------------------------- -- -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en --- You received this message because you are subscribed to the Google Groups "Free Software Users Group, Thiruvananthapuram" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
