adafruit / Adafruit-Retrogame

Raspberry Pi GPIO-to-virtual-keyboard utility for classic game emulators
https://learn.adafruit.com/retro-gaming-with-raspberry-pi
355 stars 123 forks source link

Emulating keyboard doesn't work #73

Open Dremaro opened 1 year ago

Dremaro commented 1 year ago

Hey, I tried to use this adafruit libraries to simulate a keyboard with simple buttons. I don't want to use it for what it was originally made (retrogames etc). For instance, I just need the button to write an "a" on a text editor if I press a button. Is this supposed to work with this adafruit librarie or is it specifically made for retrogames ?

The button I made doesn't make anything to the computer... though it tried the button with raspi-gpio get commands and the button works fine. The problem must be somewhere else.

I'm using raspberry pi 3, with 1 button for now. I have followed step by step the tutorials without errors I assume...

Thanks for your answers guys