Re: Help:How to inform the touch screen driver?

From: Dean Ramsier (ramsiernospam_at_nospam.com)
Date: 08/13/04


Date: Fri, 13 Aug 2004 12:11:47 -0400

Take a look at the control panel for the backlight timeouts. You'll notice
that when the values are changed, an named event is signalled. You need to
wait on that event so you know to read the registry for the new values.

-- 
Dean Ramsier - eMVP
"fred" <fred@discussions.microsoft.com> wrote in message
news:D75B87A6-FF63-413A-B557-2043B4CEC4F6@microsoft.com...
> Hi,
>     Now I am changing my touch driver to  control the backlight's power.
> When the timeout  time reach, the program should power off the backlight.
If
> the touch screen is touched, power on the backlight.  But if the register
> setting about backlight has changed, how to inform the touch screen
driver?
>
> Fred


Relevant Pages

  • Re: Problems controlling backlight in PPC 2000
    ... You will commonly see recommendations to use a ... actual hardware setting change. ... > the backlight on the PPC. ... When I exit the control panel app...the new setting then takes ...
    (microsoft.public.pocketpc.developer)
  • Re: How to get idle time in Intel PXA255 Processor
    ... mouse), interrupt is detected. ... I also create an event which is signaled by the Control Panel when the user ... In a thread in the display driver, ... I turn off the backlight. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Backlight Control on WM5 devices
    ... "There's no standard API for backlight control." ... "Your best bet is to try to mimic the control panel on the device - it might ... On many devices it can be done by changing the specific Registry key ...
    (microsoft.public.pocketpc.developer)
  • Re: SystemIdleTimerReset() question
    ... Open the named event "PowerManager/ActivityTimer/UserActivity" and set it whenever you want to transition to "on" and turn the backlight on programmatically. ... This registry setting tells GWES to signal the Power Manager ... Next time please first search the NG's before asking a question (use google groups search for instance). ...
    (microsoft.public.windowsce.embedded)
  • Re: question about backlight setting
    ... Note - if you're using the backlight control panel applet that comes with ... That implementation sets a named event, ... display driver that waits on this event then knows to read the reg setting ... >> The control panel does what it does because the device vendor wrote the ...
    (microsoft.public.windowsce.platbuilder)