Lcd/Keypad Module Function Apis; Leds - Z-World Fox LP3500 User Manual

C-programmable single-board computer
Table of Contents

Advertisement

C.7 LCD/Keypad Module Function APIs
The LCD/keypad module is normally off. Add the
to turn on the LCD/keypad buffers.
brdInit
brdInit();
devPowerSet(DISPDEV, 1);
C.7.1 LEDs
When power is applied to the LCD/keypad module for the first time, the red LED (DS1)
will come on, indicating that power is being applied to the LCD/keypad module. The red
LED is turned off when the
One function is available to control the LEDs, and can be found in the
library in the
Displays
void dispLedOut(int led, int value);
LED on/off control. This function will only work when the LCD/keypad module is connected to the
LP3500.
PARAMETERS
led
is the LED to control.
0 = LED DS1
1 = LED DS2
2 = LED DS3
3 = LED DS4
4 = LED DS5
5 = LED DS6
6 = LED DS7
value
is the value used to control whether the LED is on or off (0 or 1).
0 = off
1 = on
RETURN VALUE
None.
SEE ALSO
brdInit
User's Manual
// Initialize the LP3500
// Enable LCD/keypad buffer
function executes.
brdInit
directory.
function call after
devPowerSet
LCD122KEY7.LIB
93

Advertisement

Table of Contents
loading

Table of Contents