User manual

579
mikoPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
T6963C_set_cursor
Prototype
procedure T6963C_set_cursor(x, y : 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
procedure T6963C_displayGrPanel(n : 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
procedure T6963C_displayTxtPanel(n : 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.