User’s Manual
99
C.9.3 LCD Display
The functions used to control the LCD display are contained in the
GRAPHIC.LIB
library
located in the Dynamic C
LIB\DISPLAYS\GRAPHIC
library folder. When
x
and
y
coordi-
nates on the display screen are specified,
x
can range from 0 to 121, and
y
can range from
0 to 31. These numbers represent pixels from the top left corner of the display.
Initializes the display devices, clears the screen.
RETURN VALUE
None.
SEE ALSO
glDispOnOFF, glBacklight, glSetContrast, glPlotDot, glBlock, glPlotDot,
glPlotPolygon, glPlotCircle, glHScroll, glVScroll, glXFontInit, glPrintf,
glPutChar, glSetBrushType, glBuffLock, glBuffUnlock, glPlotLine
Turns the display backlight on or off.
PARAMETER
onOff
turns the backlight on or off
1—turn the backlight on
0—turn the backlight off
RETURN VALUE
None.
SEE ALSO
glInit, glDispOnoff, glSetContrast
Sets the LCD screen on or off. Data will not be cleared from the screen.
PARAMETER
onOff
turns the LCD screen on or off
1—turn the LCD screen on
0—turn the LCD screen off
RETURN VALUE
None.
SEE ALSO
glInit, glSetContrast, glBackLight
void glInit(void);
void glBackLight(int onOff);
void glDispOnOff(int onOff);
Содержание RabbitCore
Страница 1: ...RabbitCore RCM3600 C Programmable Core Module User s Manual 019 0135 050630 C ...
Страница 6: ...RabbitCore RCM3600 ...
Страница 12: ...6 RabbitCore RCM3600 ...
Страница 92: ...86 RabbitCore RCM3600 ...
Страница 128: ...122 RabbitCore RCM3600 ...
Страница 132: ...126 RabbitCore RCM3600 ...
Страница 136: ...130 RabbitCore RCM3600 ...
Страница 138: ......