Page 1 of 1

backlightoff in lcdc

Posted: Mon Sep 08, 2003 10:47 am
by proton2112
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

Posted: Mon Sep 08, 2003 2:03 pm
by Mat-Moo
Which version of LCDC are you using?

Posted: Mon Sep 08, 2003 4:21 pm
by proton2112
1.05 b26

Posted: Tue Sep 09, 2003 12:07 am
by proton2112
now it's working :o

not sure what's changed.

i'll let you know if it's sporadic.


thanks,
-p

Posted: Tue Sep 09, 2003 9:05 am
by Miles
Keep us posted... :)