80
"C" Programming Guide For Optimus S/R
3.8 LCD
The liquid crystal display (LCD) on the portable terminals is FSTN graphic display. For
different models, it varies slightly in the display capability due to the size of LCD panel.
Model
Optimus S
Optimus R
Display Capability
100 x 64 dots
128 x 64 dots
3.8.1 Properties
DecContrast
Purpose
To decrease the LCD contrast.
Syntax
void DecContrast (void);
Example
DecContrast();
Description
This routine decreases the LCD contrast by one level each time it is called, and
the minimum value is 0.
Return
None
See Also
GetContrast, IncContrast, SetContrast
GetContrast
Purpose
To get the contrast level of the LCD.
Syntax
int GetContrast (void);
Example
int nContrastLevel = GetContrast();
Description
This routine indicates the current contrast level of the LCD.
Return
It returns the current contrast level, ranging from 0 to 7.
See Also
DecContrast, IncContrast, SetContrast
GetVideoMode
Purpose
To get the display mode of the LCD.
Syntax
int GetVideoMode (void);
Содержание Optimus R
Страница 1: ...Printed on 20 March 2006 C Programming Guide Version 3 04 02 Optimus S Optimus R...
Страница 6: ......
Страница 8: ...2 C Programming Guide For Optimus S R...
Страница 12: ...6 C Programming Guide For Optimus S R The flow is illustrated as shown below...
Страница 23: ...Chapter 2 Development Environment 17 Different types signed unsigned Different types same size...
Страница 24: ...18 C Programming Guide For Optimus S R...
Страница 220: ...214 C Programming Guide For Optimus S R See Also FlashSize free_memory...
Страница 232: ...226 C Programming Guide For Optimus S R 4 11 Implementation defined Limits limits h float h Refer to limit h and float h...
Страница 238: ...232 C Programming Guide For Optimus S R...