Recalbox Forum

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

    Best posts made by dobodu

    • PIGRRL2 CONFIG FOR RECALBOX

      Bonsoir à tous,

      Je partage ma manière de faire fonctionner RECALBOX 6.1.1 avec la PIGRRL2 d'ADAFRUIT qui dispose d'un custom GPIO bien particulier et d'un ecrant PiTFT.

      1/ Installer Recalbox (bien sûr)
      2/ Modifier config.txt en ajoutant

      • hdmi_force_hotplug=1
      • hdmi_cvt=320 240 60 1 0 0 0
      • hdmi_group=2
      • hdmi_mode=87
      • dtoverlay=pitft28-resistive,rotate=270,speed=22000000,fps=60

      3/ Via l'interface RecalBox (ou dans recalbox.conf) ajouter

      • controllers.gpio.enabled=1
      • controllers.gpio.args=map=5 gpio=26,16,4,19,6,5,14,15,13,18,20,12,17

      En effet sur PIGRRL2 les touches sont les suivantes

      • Joypad left GPIO 4
      • Joypad up GPIO 16
      • Joypad right GPIO 19
      • Joypad down GPIO 26
      • Select GPIO 5
      • Start GPIO 6
      • A button GPIO 14
      • B button GPIO 15
      • X button GPIO 20
      • Y button GPIO 18
      • Left shoulder GPIO 12
      • Righ shoulder GPIO 13
      • PiTFT1 Exit GPIO 17
      • PiTFT2 GPIO 22 Pas utilisé
      • PiTFT3 GPIO 23 Pas utilisé
      • PiTFT4 GPIO 27 Pas utilisé

      4/ Configurer les touches par les inputs par l'interface recalbox.

      PS : Il manque juste un petit coup de pouce des DEVs pour rendre plus souple l'adaptation d'un bouton ON/OFF et RESET sur les GPIO custom pour bénéficier de l'ensemble des fonctionnalités 😉

      Bon retrogamming

      posted in Manettes/GPIO/Encodeurs
      dobodu
      dobodu
    • RE: PIGRRL2 CONFIG FOR RECALBOX

      Bon, petite mise à jour suite au passage en 7.1 reloaded, je me suis rendu compte qu'il manquait quelques informations :

      2/ pour modifier config.txt

      mount -o remount,rw /boot
      nano config.txt

      Modifier la config tel que

      hdmi_force_hotplug=1
      hdmi_cvt=320 240 60 1 0 0 0
      hdmi_group=2
      hdmi_mode=87
      dtparam=spi=on
      dtparam=i2c1=on
      dtparam=i2c_arm=on
      dtoverlay=pitft28-resistive,rotate=270,speed=22000000,fps=60
      

      3/Dans recalbox.conf activer le framebuffer copy

      system.fbcp.enabled=1
      

      Le reste fonctionne de même.

      Bon retrogaming !

      posted in Manettes/GPIO/Encodeurs
      dobodu
      dobodu