Mikroelektronika MIKROE-742 데이터 시트

다운로드
페이지 532
T6963C_Graphics
T6963C_Text
T6963C_Cursor
466
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroPASCAL PRO for AVR
CHAPTER 6
Prototype
procedure T6963C_Graphics(n : byte);
Returns
Nothing.
Description
Enable/disable graphic displaying.
Parameters : 
n
: on/off parameter. Valid values: 0 (disable graphic dispaying) and 1 (enable 
graphic displaying). 
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
// enable graphic displaying
T6963C_Graphics(1);
Prototype
procedure T6963C_Text(n : byte);
Returns
Nothing.
Description
Enable/disable text displaying.
Parameters : 
n
: on/off parameter. Valid values: 0 (disable text dispaying) and 1 (enable text 
displaying). 
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
// enable text displaying 
T6963C_Text(1);
Prototype
procedure T6963C_Cursor(n : byte);
Returns
Nothing.
Description
Set cursor on/off.
Parameters : 
n
: on/off parameter. Valid values: 0 (set cursor off) and 1 (set cursor on). 
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
// set cursor on
T6963C_Cursor(1);