But if you are curious, I have to test it still and update my app(and still waiting for some parts), but in theory the install would look like this:
1. Get a connector that fits into the infra port(JST GH 4PIN) or cut off the existing connector.
2. Get a 2 channel PWM module:
https://www.ebay.com/itm/2-Channel-...le-Pulse-Frequency-Module-AU-NEW/302073175927
3. Since this module can only do serial communication, you also need a usb-serial module:
https://www.ebay.com/itm/FT232RL-3-...ter-Module-for-Arduino-Mini-1pcs/383201566958
4. Based on the pinout(you can find it in post
#4,659), wire up a micro usb connector to the infra connector and plug it in into the usb serial module.
5. From he serial module, connect VIN+ to 5V, VIN- to GND, and RXD to RXD(or TXD, i'm not sure, have to test it first
)
6. Remove the PWM wire from the the 6 pin connector that connects to the LCD board. You don't need an extender or to cut the wire, because its possible to remove a single wire from the pcie connector, see
example
7. Attach a new cable to the 6 pin connector(for example remove a wire from an old power supply or something) and solder the other end to the PWM module's PWM output
8. Set the frequency to 13khz and the duty cycle to 100% on the pwm module
9. Install my app and control the brightness
Using it with 5V should be fine, the only problem is that you cannot go below 20% brightness(but why would you want that anyway).