Datasheet
T6963C_DisplayGrPanel
T6963C_DisplayTxtPanel
520
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
void T6963C_DisplayGrPanel(char n);
Returns Nothing.
Description
Display selected 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
// display graphic panel 1
T6963C_DisplayGrPanel(1);
Prototype
void T6963C_DisplayTxtPanel(char n);
Returns Nothing.
Description
Display selected 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
// display text panel 1
T6963C_DisplayTxtPanel(1);