Datasheet
T6963C_SetGrPanel
T6963C_SetTxtPanel
455
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure T6963C_SetGrPanel(dim n as byte)
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
sub procedure T6963C_SetTxtPanel(dim n as byte)
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)