Mikroelektronika MIKROE-350 Data Sheet

Page of 526
T6963C_PanelFill
T6963C_GrFill
T6963C_TxtFill
456
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure 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 the T6963C_Init routine.
Example
clear current panel
T6963C_PanelFill(0)
Prototype
sub procedure 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 the T6963C_Init routine.
Example
clear current panel
T6963C_PanelFill(0)
Prototype
sub procedure 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 the T6963C_Init routine.
Example
' clear current text panel
T6963C_TxtFill(0)