backlightoff in lcdc

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
proton2112
LCDC Programmer
Posts: 14
Joined: Mon Dec 16, 2002 1:46 am

backlightoff in lcdc

Post 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

Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

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!)

proton2112
LCDC Programmer
Posts: 14
Joined: Mon Dec 16, 2002 1:46 am

Post by proton2112 »

1.05 b26

proton2112
LCDC Programmer
Posts: 14
Joined: Mon Dec 16, 2002 1:46 am

Post by proton2112 »

now it's working :o

not sure what's changed.

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


thanks,
-p

Miles
Matrix Orbital
Matrix Orbital
Posts: 1105
Joined: Mon Mar 04, 2002 4:00 pm

Post by Miles »

Keep us posted... :)
Miles Y.
Head of Technical Support
Product Manager
Matrix Orbital

Post Reply