A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 181
B.2. mmi100.h
#ifndef _LCD
#define _LCD
/****************************************************/
/*If you compile the library by Turbo C, you must define _TURBOC.
*/
#define _TURBOC
#ifdef _TURBOC
#define _inp inportb
#define _outp outportb
#endif
/*****************************************************/
#define _inp inp
#define _outp outp
/*****************************************************
* Before reading the program, you have to know that: *
*
* G = Graphic
* T = Text
* RW = Read / Write
* SW = Show
* CG = Code Generator
* STA = Status
* ADDR = Address
* PTR = Pointer
* SCRN = Screen
* Clr = Clear
* V = Vertical
* H = Horizontal
******************************************************/