RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. buttons gpio
    Log in to post
    • All categories
    • C

      help with reset button on mega drive mk1 case

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support reset button mega drive buttons gpio gpio pin gpio exit roms
      5
      0 Votes
      5 Posts
      491 Views
      C

      Thank you very much to you both sorted

    • F

      Cant program extra arcade buttons directly connected to GPIO pins

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support buttons gpio
      3
      0 Votes
      3 Posts
      255 Views
      F

      @mitu hi there. I've finally sorted it. I didn't put a space between 'sudo nano /boot' .
      All works brill now. Ta. :-)

    • R

      test speed of button

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 2 testing buttons gpio speed
      6
      0 Votes
      6 Posts
      1k Views
      R

      @lurker that was the objective. not really how long the time is between a button clicked and received. but the delay time of the recorder in contrast to the button as GPIO. but if the delay time is so minuscule then you answered my question. its useless to compare. ty

    • Drakaen391D

      Best Button for power/on off?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpio buttons gpio
      1
      0 Votes
      1 Posts
      453 Views
      No one has replied
    • M

      Crt Shaders Button On/off?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crt shader arcade retropie cabinet display buttons gpio
      16
      0 Votes
      16 Posts
      5k Views
      RionR

      Better late then never I suppose

      https://github.com/libretro/RetroArch/pull/14628

    • tonaytanT

      PiGRRL Button installation need advise

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pigrrl adafruit pcb waveshare 3.2 tactile switch buttons gpio
      12
      0 Votes
      12 Posts
      3k Views
      tonaytanT

      so guys i had problems with the GPIOnext and the waveshare driver that i had. They both used pins at the same time.
      Thanks mholgatem the programmer of the program he gave me some commands to type in,to configure the buttons with the right pins that are usable. So guys i wired this thing just with the single purpose of using pins who are not used and dont damage the raspberry or the display . So the commands are with my ports .

      MY SETTINGS
      [
      sudo python3 /home/pi/GPIOnext/config_manager.py --pins 3,5,22,10,7,29,31,32,33,35,36,37,38,40

      gpionext set pins 3,5,22,10,7,29,31,32,33,35,36,37,38,40

      gpionext reload

      sudo reboot
      //if you soldered your wires to different ports you can add them in the line down below !
      [
      sudo python3 /home/pi/GPIOnext/config_manager.py --pins 29,31,32,33,35,36,37,38,40

      gpionext set pins 29,31,32,33,35,36,37,38,40

      gpionext reload

      sudo reboot
      ]

    • O

      Want to use USB Controllers and GPIO-Buttons for Hotkeys.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support python gpio buttons gpio python buttons raspberry pi 3b
      11
      0 Votes
      11 Posts
      5k Views
      O

      @Capt_MorganCreek Hey!
      Thank you very much for the file and the Help!
      I had to change a little bit in the Script and use now uinput from uinput.
      I ran into Problems with Dependencies... basically I haven't read thoroughly enough...
      Everything else in the Script is the same.
      Software works and the Buttons also... but! I have to make a new Plan on the Hardware itself.
      It turned out that the Way I wantet to build the entire Thing does not work. It just does not fit...
      Will have to see when I will have enough Time again to make a new Plan...

      Big Thanks for the Help!