Datasheet
SPI_T6963C_Text
SPI_T6963C_Cursor
499
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
void SPI_T6963C_Text(char n);
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);
Prototype
void SPI_T6963C_Cursor(char n);
Returns Nothing.
Description
Set cursor on/off.
Parameters :
- n: on/off parameter. Valid values: 0 (set cursor off) and 1 (set cursor on).
Requires Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
// set cursor on
SPI_T6963C_Cursor(1);