Datasheet

T6963C_SetGrPanel
T6963C_SetTxtPanel
521
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
void T6963C_SetGrPanel(char n);
Returns Nothing.
Description
Compute start address for selected graphic panel and set appropriate internal
pointers. All subsequent graphic operations will be preformed at this graphic
panel.
Parameters :
-
n: graphic panel number. Valid values: 0 and 1.
Requires Toshiba GLCD module needs to be initialized. See the T6963C_Init routine.
Example
// set graphic panel 1 as current graphic panel.
T6963C_SetGrPanel(1);
Prototype
void T6963C_SetTxtPanel(char n);
Returns Nothing.
Description
Compute start address for selected text panel and set appropriate internal point-
ers. All subsequent text operations will be preformed at this text panel.
Parameters :
-
n: text panel number. Valid values: 0 and 1.
Requires Toshiba GLCD module needs to be initialized. See the T6963C_Init routine.
Example
// set text panel 1 as current text panel.
T6963C_SetTxtPanel(1);