0
Voting

Backlight control in Android or Windows

Mike Slattery 8 years ago in Applications / i3 Pro updated by Oksana (expert) 8 years ago 3

Will Studio be able to control the backlight in Android or Windows? With Windows 10 and so many nice devices running Windows there needs to be more control to the operating system. I need this to keep the display on and wake by occupancy sensor. On current systems once the display goes off, it also disable the touch screen. The only way to wake it is by power button.

Hi

We had a similar need


So I wrote a program that when it is executed

- runs minimised

- moves the mouse to the center of the screen, which wakes the monitor


When the occupancy triggers you can do a script call

eg

IR.Execute("C:\\path\\JAMwareWakeMonitor-32.exe")

http://wiki2.iridiummobile.net/Systems_API#Start_Another_App


JAMwareWakeMonitor-32.exe

JAMwareWakeMonitor-64.exe


Note: All care, no responsibility for use of attached exe's

Thanks Jackie, I thought about doing the same. I will give it a try.