User`s manual
94 eDisplay (OP7200)
4.5.6.3 LCD Screen Control
The SED1335F.LIB library in the DISPLAYS\GRAPHIC\320x240 directory provides
low-level drivers for the SED1335F graphic chip.
NOTE: Remember to call glInit from GRAPHIC.LIB before calling any of the func-
tions described in this section.
Enables/disables the graphic animation mode. The animation mode is defaulted OFF when the graphic
driver is executed.
NOTE: The animation mode is intended to be used for special effects only. Raster lines may
appear in your display image when this mode is turned on.
PARAMETER
0 = animation mode disabled
1 = animation mode enabled
SEE ALSO
GRAPHIC.LIB
Enables/disables the real-time mode for the glPlotDot function. The glPlotDot real-time mode
is defaulted OFF when the graphic driver is executed.
PARAMETER
0 = real-time mode disabled
1 = real-time mode enabled
SEE ALSO
glPlotDot, GRAPHIC.LIB
Turns the backlight on or off. The backlight is off by default when the OP7200 powers up.
PARAMETER
0 = backlight off
1 = backlight on
SEE ALSO
glSetContrast
void glAnimation(int OnOff);
void glRealtime(int OnOff);
void glBackLight(int onOff);