Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. STaRNiGHT
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    STaRNiGHT

    @STaRNiGHT

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    STaRNiGHT Unfollow Follow

    Latest posts made by STaRNiGHT

    • RE: Syncronism Lost when system.power.switch=PIN56PUSH enable

      Autoresponse

      I have found the problem . VGA666 interface use GPIO 2 & 3 for synchronism

      GPIO 02: level=0 fsel=6 alt=2 func=LCD_VSYNC
      GPIO 03: level=0 fsel=6 alt=2 func=LCD_HSYNC

      For the power button function and VGA666 to coexist you have to change the pin, I changed it to 16 and it works without problem.

      recalbox/scripts/rpi-pin56-power.py

      GPIO.setup(16, GPIO.IN, pull_up_down=GPIO.PUD_UP)
      
      def shutdown():
        os.system("shutdown -h now")
      
      try:
        if mode == "onoff" :
          GPIO.wait_for_edge(16, GPIO.RISING)
      
      

      in case it is of any help to anyone

      posted in Recalbox General
      STaRNiGHT
      STaRNiGHT
    • Syncronism Lost when system.power.switch=PIN56PUSH enable

      Hello Folks

      I have a problem with my recalbox ... I have Recalbox 9.0.2 in a Raspberry Pi4 and VGA666 conected to my old arcade CRT.. All work fine.. but when enable system.power.switch=PIN56PUSH ... the CRT syncronims fails ...

      Can anyone help me? If I can't use the GPOI pins, do you know another way to configure a key to safely shut down the rapsberry, I use IPAC2.

      Thanks in advance

      posted in Recalbox General
      STaRNiGHT
      STaRNiGHT