Mikroelektronika MIKROE-350 Fiche De Données

Page de 526
SPI_T6963C_Cursor_Height
SPI_T6963C_Graphics
SPI_T6963C_Text
435
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure SPI_T6963C_Cursor_Height(dim as byte)
Returns
Nothing.
Description
Set cursor size.
Parameters : 
n:
cursor height. Valid values: 0..7. 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
SPI_T6963C_Cursor_Height(7)
Prototype
sub procedure SPI_T6963C_Graphics(dim as byte)
Returns
Nothing.
Description
Enable/disable graphic displaying.
Parameters : 
n:
graphic enable/disable parameter. Valid values: 0 (disable graphic 
dispaying) and 1 (enable graphic displaying). 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
' enable graphic displaying
SPI_T6963C_Graphics(1)
Prototype
sub procedure SPI_T6963C_Text(dim as byte)
Returns
Nothing.
Description
Enable/disable text displaying.
Parameters : 
n:
text enable/disable parameter. Valid values: 0 (disable text dispaying) and 1 
(enable text displaying). 
Requires
Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
' enable text displaying
SPI_T6963C_Text(1)