Search found 15 matches

by Vilikt
Tue 30 Jan 2018 10:31
Forum: Tutorials and support
Topic: Trouble with RetroPie
Replies: 2
Views: 3867

Re: Trouble with RetroPie

Hello, Just in case, you may try some different emulator, specifficaly with the GBA : press A button while you run a game to open the runcommand menu. You'll be able to select a specific emulator per game and other stuffs. Actually mGBA is pretty slow with the Raspberry Pi Zero :oops: , but gPSP is ...
by Vilikt
Tue 30 Jan 2018 09:48
Forum: Tutorials and support
Topic: [TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)
Replies: 7
Views: 7808

Re: [TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)

Ok ! Nice to hear that :)

Let me know if you have trouble with the script ;)
by Vilikt
Mon 29 Jan 2018 19:47
Forum: Tutorials and support
Topic: [TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)
Replies: 7
Views: 7808

Re: [TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)

No faulty PCB here to my mind :geek:

Try to execute the script via SSH connection and see if you have any error.
by Vilikt
Wed 24 Jan 2018 11:12
Forum: Tutorials and support
Topic: Lightning button on the rear...?
Replies: 20
Views: 19295

Re: Lightning button on the rear...?

Sleep 10; simply means "wait for 10 milliseconds".

Afterall it's important to put the brackets ! So the script will run in background.
by Vilikt
Sat 20 Jan 2018 16:27
Forum: Tutorials and support
Topic: Lightning button on the rear...?
Replies: 20
Views: 19295

Re: Lightning button on the rear...?

Try to add

Code: Select all

(sleep 10;python /home/pi/off-button.py) & 
instead of simply

Code: Select all

python /home/pi/off-button.py &
by Vilikt
Sat 20 Jan 2018 16:24
Forum: Tutorials and support
Topic: Mapping Keyboard Keys to RaspiBoy Buttons
Replies: 9
Views: 8434

Re: Mapping Keyboard Keys to RaspiBoy Buttons

Yes, it is for all emulators
by Vilikt
Sat 20 Jan 2018 13:14
Forum: Tutorials and support
Topic: [TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)
Replies: 7
Views: 7808

[TUTO] Mapping Battry Indicator Button as ESC Keyboard (or other if you want)

Hello, I worked on a Python script to make possible to map the Battery Indicator Button ( BIB ) to ESC Keyboard key. It could be useful if you manage to play ports like SORR or Solarus games for example, as you can't propely exit theses games without a keyboard connected to your Raspiboy . This does...
by Vilikt
Fri 19 Jan 2018 14:24
Forum: Tutorials and support
Topic: Mapping Keyboard Keys to RaspiBoy Buttons
Replies: 9
Views: 8434

Re: Mapping Keyboard Keys to RaspiBoy Buttons

Thank you :)

After all I think I found the solution, I'll try it this evening and keep in touch ;)