Navigation

    Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. picade
    Log in to post
    • All categories
    • tinmi

      Picade et Recalbox
      Recalbox Général • picade recalbox • • tinmi

      2
      0
      Votes
      2
      Posts
      40
      Views

      Zing

      @tinmi

      https://forum.recalbox.com/topic/25463/support-du-picade-prévu-pour-recalbox-8-0

    • Magaki

      SOLVED Support du Picade prévu pour Recalbox 8.0+ ?
      Recalbox Général • picade prévu recalbox 8.0 • • Magaki

      13
      0
      Votes
      13
      Posts
      345
      Views

      Magaki

      Est-il possible de déplacer ce topic dans la catégorie suivante svp ?

      Home > Other languages > Français > Recalbox Général

      Merci.

    • colinm

      Picade Support
      Recalbox General • picade • • colinm

      2
      0
      Votes
      2
      Posts
      59
      Views

      Zing

      @colinm It is not supported, there are other topics about it if you want to see:
      https://forum.recalbox.com/search?term=picade&in=titlesposts&matchWords=all&sortBy=topic.lastposttime&sortDirection=desc&showAs=posts

    • djib

      Recalbox on Pimoroni Picade
      Community projects • recalbox pimoroni picade • • djib

      1
      0
      Votes
      1
      Posts
      81
      Views

      No one has replied

    • megane72

      Come configurare un controller sotto Daphne con un PICADE?
      Italiano • configurare sotto daphne con picade • • megane72

      2
      0
      Votes
      2
      Posts
      77
      Views

      megane72

      Intanto e' sorto un altro problema che pero' ho gia' risolto

      di default il sistema sovrascrive il file /recalbox/share/system/configs/daphne/dapinput.ini
      ad ogni riavvio del daphne (o meglio del hypseus) perdendo ogni configurazione manuale fatta per il daphne

      per evitare cio' va inserita questa riga nel file /recalbox/share/system/recalbox.conf

      ## Daphne emulator daphne.configfile=/recalbox/share/system/configs/daphne/dapinput.ini

      cosi' ora sono riuscito a configurare un tasto di prova e funziona, nel prossimo reply magari vediamo se riesco a postarvi altre info per una configurazione completa

    • RK.aus.S

      Get Recalbox running on a Pimoroni Picade
      Recalbox General • recalbox running pimoroni picade • • RK.aus.S

      6
      1
      Votes
      6
      Posts
      2595
      Views

      OyyoDams

      @amilanesi67 As @acris said, Recalbox is NOT based on Arch Linux, but is built from scratch using Buildroot.

    • RK.aus.S

      New(!) Pimoroni Picade with Recalbox?
      Your recalbox • new pimoroni picade recalbox • • RK.aus.S

      5
      0
      Votes
      5
      Posts
      1326
      Views

      Dragu

      @RK-aus-S
      As I understand, the Picade is build around the PI3, with an interface circuit own to Pimoroni.
      Honestly, I think that you should arrive to make it run, but only with some basic knowledge of Recalbox internals.
      My GBA Freeplay is about the same, use a CM3 instead of the PI3, an dedicated button and hat interface, but I am running Recalbox on it.
      Means, if you anyway build the Picade, no reason to not try Recalbox. If you arrive to make it work with some problems on interface, there is hope. LCD Display^s and joystick/buttons can be adapted. We have the tools.

    • tinybilbo

      How can I get my Picade X hat volume control to work?
      Your recalbox • picade hat volume control • • tinybilbo

      2
      0
      Votes
      2
      Posts
      1707
      Views

      dskillz1

      Hi. Im in the same boat as you, I have a great recalbox distro but I need the picadehat x to get installed, how exactly did you do it as the recalbox command line is very restrictive. I even copied over the install files and tried to run but it wont let me, and in logged in as root. Any info would be great ,thanks.

    • bobibo

      Config bouton arcade picade
      Manettes/GPIO/Encodeurs • config arcade picade • • bobibo

      8
      0
      Votes
      8
      Posts
      2624
      Views

      bobibo

      @acris bonjour je viens j'ai compris la manipulation a suivre il y avais une erreur sur le tuto malheureusement au moment ou je fait vérifier compiler il me marque cette erreur:

      Arduino : 1.6.5 (Windows 8.1), Carte : "Arduino Leonardo"

      Utilisation de la bibliothèque EEPROM prise dans le dossier : C:\Program Files\Arduino\hardware\arduino\avr\libraries\EEPROM

      C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10605 -DARDUINO_AVR_LEONARDO -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8036 -DUSB_MANUFACTURER="Unknown" -DUSB_PRODUCT="Arduino Leonardo" -IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files\Arduino\hardware\arduino\avr\variants\leonardo -IC:\Program Files\Arduino\hardware\arduino\avr\libraries\EEPROM C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp -o C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp.o

      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp:22:1: error: 'JoyState_t' does not name a type
      JoyState_t joySt = { .data = {0, 0, 0, 0} };
      ^
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp: In function 'void InitJoystick()':
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp:75:3: error: 'joySt' was not declared in this scope
      joySt.xAxis = 127;
      ^
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp:78:3: error: 'Joystick' was not declared in this scope
      Joystick.setState(&joySt);
      ^
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp: In function 'void CheckJoystick()':
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp:112:5: error: 'joySt' was not declared in this scope
      joySt.button_Y = !snesdata.button_Y;
      ^
      C:\Users\Maxime\AppData\Local\Temp\build6457352747509124761.tmp\joystick.cpp:150:5: error: 'Joystick' was not declared in this scope
      Joystick.setState(&joySt);
      ^
      Erreur lors de la compilation.

    • electronicT

      Picade FBA start & select buttons
      Recalbox General • picade fba start select buttons • • electronicT

      2
      0
      Votes
      2
      Posts
      706
      Views

      electronicT

      Downgraded to the previous release and it's just the same! I must have done something when I originally set it up, but for the life of me, I can't remember or find anything online. I'll have a rummage through the picade info and see if I can see what I may have done.

      It worked perfectly before, I'm starting to regret having messed with my picade/recalbox setup now. It all worked perfectly :O(

      Ali

    • Sim

      Configuration driver PICADE en usb avec recalbox
      Manettes/GPIO/Encodeurs • driver picade usb recalbox • • Sim

      4
      0
      Votes
      4
      Posts
      1653
      Views

      Substring

      @Sim Il faut que tu reflashes en suivant https://github.com/DsChAeK/Picade

      Lien où on avait bossé : https://forum.recalbox.com/topic/3583/problème-de-touches-recalbox-picade

    • jopamo

      My Picade
      Your recalbox • picade • • jopamo

      7
      1
      Votes
      7
      Posts
      6576
      Views

      Calgon

      Hi @jopamo
      As you, I just finished my Picade, it works like a charm with Recalbox.
      Unfortunately, it's quite impossible for me to find a compatible 12.1 screen, can you tell me the reference of the screen you bought ? Eventually where did you buy it ?
      Thanks a lot !

    • JoseDavid

      Problemas al asignar botones con PICADE Bartop.
      Mandos/GPIO/Codificador USB • problemas asignar botones con picade • • JoseDavid

      7
      0
      Votes
      7
      Posts
      2634
      Views

      paradadf

      @Roldy supongo que si, pero tendrias que modificar el controlador vos mismo. Yo no tengo idea al respecto y no creo que alguien en español pueda responderte. Si necesitas ayuda, crea una discusion en ingles por favor.

    • rejom38780

      Picade avec recalbox
      Recalbox Général • picade • • rejom38780

      1
      0
      Votes
      1
      Posts
      691
      Views

      No one has replied