I want to control the Dualshock4 light bar in Python on Windows. My controller is connected via Bluetooth and i use the pygame library to communicate with it.
I can detect the controller input and I'd like them to be able to change the lightbar's color.
How can I change the color of the controller's light bar in Python under Windows via Bluetooth?
I searched for solutions through several forums but only found solutions that works on Linux. I am aware that some programs such as "DS4Windows" let you change the lightbar color, but I'd like to do it using a python script.