Purpose
Κ
To set or get keypad backlight timer.
Syntax
Κ
A% = KEYPAD_BL_TIMER
KEYPAD_BL_TIMER = X%
Example
Κ
KEYPAD_BL(0)
PRINT "K,B timer=",KEYPAD_BL_TIMER
...
KEYPAD_BL_TIMER=3 ’Keypad backlight timer=3
sec
Description
Κ
A%
is an integer variable to be assigned to the keypad
backlight timer.
X%
is an integer variable indicating a period of time in units
of 1-second.
Purpose
Κ
To set keypad backlight on or off.
Syntax
Κ
KEYPAD_BL(N%)
Example
Κ
KEYPAD_BL(1)
Description
Κ
N%
is an integer variable indicating the keypad backlight on
or off.
N%
Keypad backlight status
0
Off
1
On
T P C 7 0 3 0
Programming Manual Ver. 1.00
59/131