Mikroelektronika MIKROE-724 データシート

ページ / 726
mikroBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
583
T6963C_graphics
T6963C_text
T6963C_cursor
Prototype
sub procedure T6963C_graphics(dim n as word)
Description Enable/disable graphic displaying.
Parameters 
n
:  graphic  enable/disable  parameter.  Valid  values: 
0
  (disable  graphic  dispaying)  and 
1
  (enable 
graphic displaying). 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
‘ enable graphic displaying
T6963C_graphics(1)
Notes
None.
Prototype
sub procedure T6963C_text(dim n as word)
Description Enable/disable text displaying.
Parameters 
n
: on/off parameter. Valid values: 
0
 (disable text displaying) and 
1
 (enable text displaying). 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
‘ enable text displaying 
T6963C_text(1)
Notes
None.
Prototype
sub procedure T6963C_cursor(dim n as word)
Description Set cursor on/off.
Parameters 
n
: on/off parameter. Valid values: 
0
 (set cursor off) and 
1
 (set cursor on). 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
‘ set cursor on
T6963C_cursor(1)
Notes
None.