A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 146
CloseLCD()
Func.: Closes all buffers and data for LCD.
Syntax:
void CloseLCD(void)
Header: #include ”mmi100.h”
Description:
If InitLCD() has ever been called, call this function before
terminating the program. Otherwise, memory leakage will
happen.
Example: Please see the example of “InitLCD()”.
ClrScrn ()
Func.: Clears all display on LCD.
Syntax:
int ClrScrn(void);
Header: #include ”mmi100.h”
Description:
Clears all characters and picture display on LCD.
Example: Please see the example of “InitLCD()”.