Search found 1 match

by manuellux
Wed Aug 21, 2013 1:57 am
Forum: Scripting
Topic: Deactiving the backlight of T7A with a script
Replies: 4
Views: 11421

Re: Deactiving the backlight of T7A with a script

The backlight can be switched off/on using the screensaver. // switch backlight off after a delay of 1s (is 0 possible too?) Neo.ApplicationFramework.Common.Service.ServiceContainerCF.GetService<Neo.ApplicationFramework.Interfaces.IBacklightService>().SetBacklightTimout(1); Neo.ApplicationFramework....