Mikroelektronika MIKROE-350 데이터 시트

다운로드
페이지 526
SPI_T6963C_SetGrPanel
SPI_T6963C_SetTxtPanel
433
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure SPI_T6963C_SetGrPanel(dim 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 SPI_T6963C_Config routine.
Example
' set graphic panel 1 as current graphic panel.
SPI_T6963C_SetGrPanel(1)
Prototype
sub procedure SPI_T6963C_SetTxtPanel(dim 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 SPI_T6963C_Config routine.
Example
' set text panel 1 as current text panel.
SPI_T6963C_SetTxtPanel(1)