Hello all,
I have written an app to drive the G27s leds in Linux, as no other solution worked for me.
I have planned to add Windows support to the app too, but the existing method with the directinput hook is just not where I want to go. If someone can give me a tip to control the LED directly over HID, I will add that.
Features:
- RMP lights
- redline RPM lights flash (2 different levels, new redline + redline)
- Low fuel warning red lights flash
- car RPM and fuel limits can be altered inside the .py files
May come:
- car setup from config file
- once pyinsim adds python3 support
- fuel warning based on fuel consumption
- disable low fuel warning for quality/hotlap modes
https://gitlab.com/Gabor-B/g27ledforspeed
The app can be either ran directly with python, or a executable can be created with ./linux_deploy.sh
I have written an app to drive the G27s leds in Linux, as no other solution worked for me.
I have planned to add Windows support to the app too, but the existing method with the directinput hook is just not where I want to go. If someone can give me a tip to control the LED directly over HID, I will add that.
Features:
- RMP lights
- redline RPM lights flash (2 different levels, new redline + redline)
- Low fuel warning red lights flash
- car RPM and fuel limits can be altered inside the .py files
May come:
- car setup from config file
- once pyinsim adds python3 support
- fuel warning based on fuel consumption
- disable low fuel warning for quality/hotlap modes
https://gitlab.com/Gabor-B/g27ledforspeed
The app can be either ran directly with python, or a executable can be created with ./linux_deploy.sh