hey,I wrote some code
It allows gameshell to control the brightness everywhere
Thats nice! It was annoying sometimes to have to go back to the menu.
Can you help me?
After command āsudo pip install selectā comes:
Collecting select
Could not find a version that satisfies the requirement select (from versions: )
No matching distribution found for select
I igored it and finished everything to the end. And now backlight is controllable but screen not showing picture, just baclight and black screen. And GS is still running, I still can have an access through ssh
Any suggestions?
Thanks in advance)
Got it! I havent entered whole line of code into ārc.localā - ānohup python /home/cpi/launcher/sys.py/backlight_hotkey.py &ā
I can see this being a problem playing games that use L (LK1) + R (LK5), which if you arenāt using the lightkey module you use Shift+A and Shift+B for L and R. Maybe Shift+X and Shift+Y are a better options since those map to L2 (LK2) and R2 (LK4), which not a lot of games (other than some ps1 games) will likely use.
I think shift+X and Shift+Y make sense to me. Iād love a script like this for the volume control as well, using Shift+Select and Shift+start
Or even shift+UP and shift+DOWN that way youāre not compromising any face buttons.
It would be very nice if we can have instruction of some kind of how to make different mapping. I donāt think that āselectā is good button for this purpose. Shift + up/down and shift + Left/right could be so much better.
You would probably need program it into the Arduino keyboard.
The shift key changes the function of all the keys, besides the D-Pad to a different key.
Not necessarily the same as a shift, but more a function key.
If you remap the d-pad to have a secondary binding while holding shift, it would be possible.
Although that would also mean having to lose functionality of one of the other bound keys.
As it is now, the brightness adjust is just recognising two keys being pushed simultaneously.
Also, I would personally have a lot more trouble pushing Shift and the d-pad being both on the same side. So far, I havenāt had any games with any input conflicts. Has there been any for you, or any reasons for not liking it as Select + D-Pad?
@javelinface
Thanks! It is not like I have a problem with input conflicts. I just like order and the fact that with this script I have 2 ways to change volume is strange for me:)
Ah, I see. Well I guess itās community contributed lines of code. For contiguity, you could choose to omit it. On the other hand, the controls given are very similar to the option keys required for the gameboy micro to adjust brightness. (Select+L+dpad)
At the end of the day, shift plus select start is essentially just pushing the -/+ key. Pushing select(Space) + dpad is a hook to run a command to adjust the volume. I suppose it would be possible to change the hook to simply +/- for sound, but that would leave us without a key for brightness.
The volume adjustment in retroarch is binding the -/+ key to lower the volume within the program. (I dont believe there is a setting for binding a key to brightness) However, if you say, set the volume in the global launcher to something ludicrously low, no matter how much you change the volume using shift and select/start, you wonāt get any increase in volume.
If however you use the newly introduced hot key, select + d-pad, this adjust the global volume; thus allowing you to have an initial volume for retroarch to work with.
A lot of other programs donāt have the ability to assign a hot key to the volume key, unlike the retroarch wrapper. As a result, the only way to have a way to adjust the volume is to have a hook to adjust the volume from the launcher.
So yeah. I havenāt tried it, but try editing the script you used to have the key -/+ replace the inputs of space+Dpad down/up. Give that a shot, and tell us how you go!
I decided to slightly modify the current script and now I have select + up brightness up instead of brightness down.
Nice! Did you manage to change the hook to -/+ instead of space+left/right?
For those wanting to know how it was done, thereās mention of it, along with changing how much the volume changes by here. Might almost be worth merging these threads.
No, Iām noob in programming. Just reversed up and down. It was strange that brightness up is select + down
Ah fair enough. It should be fairly similar to what you already did.
Have a look at this. Itās for pico-8, but it should be fairly similar if you change the process path to whatever app youāre using. Otherwise, the syntax is there to modify the existing code.
So far, I havenāt had any games with any input conflicts.
The first game I ran for testing purposes was Adventures of Lolo, which kills you everytime you press Select.
I donāt really need functionality to change the brightness, so I would also like a Shift + ā+ā/ā-ā combination, but Iām also a coding noob. ^^ā
Re: adventures of lolo, if youāre using an emulator core within retroarch (NES), you should be able to have a binding to -/+ set to change the volume. It should be set to that by default.
Alternatively, you could go to the retroarch menu (shift+menu) and then adjust your volume/brightness from there.
Iām using standalone emulators where I can (as they perform a lot better), but Adventures of Lolo was just a test and as you mentioned I can just go into the emulator menu and change the volume there. ^^
Oh interesting! Performing better, re: frame rate, accuracy (video/sound) or something else? Given how simplistic NES is, Iāve always liked using the extra processing power for filters and the like, offered by retroarch.
If itās a trade off for having an in game volume control that doesnāt require using the select key, and death in a game, Iām curious as to what it is and which standalone emulator youāre using.
Iām using the different standalone emulators that were posted here (PocketSNES, gpsp, ohboy, pcsx rearmed, picodrive), mostly because the sound is not choppy and the framerate better.
Aha so not NES. Gotcha. I was wondering - and hoping it was for 1:1 sound emulation in castlevania 3 JP!
Thatās my next project.