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
backlightoff in lcdc
Which version of LCDC are you using?
## # Mat # ##
LCDC - Drive it to the edge baby!
http://www.lcdc.cc
Matthew@DPS.uk.com
DPS Ltd. (Not MO!)
LCDC - Drive it to the edge baby!
http://www.lcdc.cc
Matthew@DPS.uk.com
DPS Ltd. (Not MO!)
-
- LCDC Programmer
- Posts: 14
- Joined: Mon Dec 16, 2002 1:46 am