User manual
580
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
T6963C_set_cursor
Prototype
sub procedure T6963C_set_cursor(dim x, y as byte)
Description Sets cursor to row x and column y.
Parameters - x: cursor position row number
- y: cursor position column number
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
T6963C_set_cursor(cposx, cposy)
Notes None.
T6963C_displayGrPanel
Prototype
sub procedure T6963C_displayGrPanel(dim n as word)
Description Display selected graphic panel.
Parameters - n: graphic panel number. Valid values: 0 and 1.
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
‘ display graphic panel 1
T6963C_displayGrPanel(1)
Notes None.
T6963C_displayTxtPanel
Prototype
sub procedure T6963C_displayTxtPanel(dim n as word)
Description Display selected text panel.
Parameters - n: text panel number. Valid values: 0 and 1.
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
‘ display text panel 1
T6963C_displayTxtPanel(1)
Notes None.