Please have a look here :
This is my script to detect launching rom And display name on I2Cscreen...
Please have a look here :
This is my script to detect launching rom And display name on I2Cscreen...
Pour couper :
echo "standby 0" | cec-client -s
Mais je ne sais pas détecter l'état de es.
Ca ne me servira pas mais j'ai trouvé ce script qui je pense est compatible recalbox.
Pour ceux qui laisse leur pi allumé H/24 :
#!/bin/bash
POLL="ls -l /dev/input/"
CUR=$($POLL)
LST=$($POLL)
finish()
{
exit
}
trap finish SIGINT
while :; do
if (( ${#CUR} > ${#LST} )); then
# pause and steal active source
$(echo "tx 14:44:46" | cec-client -s -d 1)
$(echo "as" | cec-client -s -d 1)
fi
LST=$CUR
CUR=$($POLL)
sleep 1
done
@Djoni_w
There isn't social habilities on recalbox
But with Python script you can detect a lot a things like game launching....
Substring a demandé à screech de se joindre à ton message car il pourra certainement t'aider à résoudre ton problème.
😉
Ça sera plus facile que d'ajouter les pilotes et compiler toi même....
Cette clé fonctionne sous Raspberry pi donc c'est juste qu'il faut ajouter des drivers je crois
Il semble que c'est faisable mais bon faut s'accrocher....
Le wget ne fonctionne pas sur la distribution recalbox il faut voir dans le forum si le sujet à déjà été traité et si ca n'est pas le cas tente dans un 1er temps un lsusb pourvoir si elle est détecté...
Bonjour je me disais que ça pouvait être sympa ce genre de petite chose :
NOW IN STOCK!
.
Toodles is one of the most respected and well known names in the fighting game community. His products have allowed players and modders to take their sticks to a whole new level of function.
The Toodles MC Cthulhu control board is the standard in retro multi-console game controllers.
By using the USB connection the MC Cthulu is directly compatible with PC USB systems as well as the Playstation 3 console. However, when you use supported controller cords and direct wiring to the board, the MC Cthulhu can become compatible with Playstation, Playstation 2, Sega Saturn, Gamecube (including Wii VC titles and disc based titles that support the Gamecube controller), Original Xbox, TurboGrafx-16/PCEngine, Nintendo Entertainment System/Famicom, and Super Nintendo Entertainment System/Super Famicom.
En gros :
La carte de contrôle Toodles MC Cthulhu est la norme dans les contrôleurs de jeux multi-console rétro.
En utilisant la connexion USB, MC Cthulu est directement compatible avec les systèmes USB PC ainsi que avec la console Playstation 3. Cependant, lorsque vous utilisez des câbles de contrôleur pris en charge et un câblage direct sur le tableau, le MC Cthulhu peut devenir compatible avec Playstation, Playstation 2, Sega Saturn, Gamecube (y compris les titres Wii VC et les titres basés sur disque compatibles avec le contrôleur Gamecube), Original Xbox, TurboGrafx-16 / PCEngine, Nintendo Entertainment System / Famicom et Super Nintendo Entertainment System / Super Famicom.
Quelqu'un connaît ?
Tou can have a look here
https://forum.recalbox.com/topic/7/your-recalbox-vos-recalbox/47
Just watch pictures on thread maybe you will have an idea...