Mikroelektronika MIKROE-724 データシート

ページ / 726
560
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
SPI_T6963C_grFill
SPI_T6963C_txtFill
Prototype
sub procedure SPI_T6963C_grFill(dim v as word)
Description Fill current graphic panel with appropriate value (0 to clear).
Parameters 
v
: value to fill graphic panel with. 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
‘ clear current graphic panel
SPI_T6963C_grFill(0)
Notes
None.
Prototype
sub procedure SPI_T6963C_txtFill(dim v as word)
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. 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
‘ clear current text panel
SPI_T6963C_txtFill(0)
Notes
None.
SPI_T6963C_cursor_height
Prototype
sub procedure SPI_T6963C_cursor_height(dim n as byte)
Description Set cursor size.
Parameters 
n
: cursor height. Valid values: 
0..7
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
SPI_T6963C_cursor_height(7)
Notes
None.