Mikroelektronika MIKROE-350 Fiche De Données

Page de 526
SPI_T6963C_PanelFill
SPI_T6963C_GrFill
SPI_T6963C_TxtFill
434
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure SPI_T6963C_PanelFill(dim as byte)
Returns
Nothing.
Description
Fill current panel in full (graphic+text) with appropriate value (0 to clear).
Parameters : 
v:
value to fill panel with. 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
clear current panel
SPI_T6963C_PanelFill(0)
Prototype
sub procedure SPI_T6963C_GrFill(dim as byte)
Returns
Nothing.
Description
Fill current graphic panel with appropriate value (0 to clear).
Parameters : 
v:
value to fill graphic panel with. 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
' clear current graphic panel
SPI_T6963C_GrFill(0)
Prototype
sub procedure SPI_T6963C_TxtFill(dim as byte)
Returns
Nothing.
Description
Fill current text panel with appropriate value (0 to clear).
Parameters : 
v:
this value increased by 32 will be used to fill text panel. 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
' clear current text panel
SPI_T6963C_TxtFill(0)