Datasheet

SPI_T6963C_DisplayGrPanel
SPI_T6963C_DisplayTxtPanel
SPI_T6963C_SetGrPanel
496
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
void SPI_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 SPI_T6963C_Config routine.
Example
// display graphic panel 1
SPI_T6963C_DisplayGrPanel(1);
Prototype
void SPI_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 SPI_T6963C_Config routine.
Example
// display text panel 1
SPI_T6963C_DisplayTxtPanel(1);
Prototype
void SPI_T6963C_SetGrPanel(char n);
Returns Nothing.
Description
Compute start address for selected graphic panel and set appropriate internal point-
ers. 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 SPI_T6963C_Config routine.
Example
// set graphic panel 1 as current graphic panel.
SPI_T6963C_SetGrPanel(1);