backlightoff in lcdc
Posted: Mon Sep 08, 2003 10:47 am
i'm using a glk12232-wbl
i've tried:
[Event_0]
Name=Start>Clear Screen
Enabled=1
Event=SYS->ON START
EventParameter=
Action=DSP->PROCESS COMMANDS
ActionParameter=BacklightOn,ClearDisplay
[Event_1]
Name=Stop>Light Off
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=DSP->PROCESS COMMANDS
ActionParameter=ClearDisplay,BacklightOff
event 0 works, event 1 may be clearing the screen, but the light never turns off.
if i change event_1 into 2 events:
[Event_1]
Name=Stop>Clear Screen
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=Dsp->Clear Screen
ActionParameter=
[Event_2]
Name=Stop>Light Off
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=Dsp->Backlight State
ActionParameter=Off
it does the same thing.
hopefully i'm not doing something obviously dumb here :p
thanks,
p
i've tried:
[Event_0]
Name=Start>Clear Screen
Enabled=1
Event=SYS->ON START
EventParameter=
Action=DSP->PROCESS COMMANDS
ActionParameter=BacklightOn,ClearDisplay
[Event_1]
Name=Stop>Light Off
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=DSP->PROCESS COMMANDS
ActionParameter=ClearDisplay,BacklightOff
event 0 works, event 1 may be clearing the screen, but the light never turns off.
if i change event_1 into 2 events:
[Event_1]
Name=Stop>Clear Screen
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=Dsp->Clear Screen
ActionParameter=
[Event_2]
Name=Stop>Light Off
Enabled=1
Event=SYS->ON FINISH
EventParameter=
Action=Dsp->Backlight State
ActionParameter=Off
it does the same thing.
hopefully i'm not doing something obviously dumb here :p
thanks,
p