Datasheet

SPI_T6963C_WriteData
SPI_T6963C_WriteCommand
SPI_T6963C_SetPtr
487
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
void SPI_T6963C_WriteData(unsigned char Ddata);
Returns Nothing.
Description
Writes data to T6963C controller via SPI interface.
Parameters :
-
Ddata: data to be written
Requires Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
SPI_T6963C_WriteData(AddrL);
Prototype
void SPI_T6963C_WriteCommand(unsigned char Ddata);
Returns Nothing.
Description
Writes command to T6963C controller via SPI interface.
Parameters :
- Ddata: command to be written
Requires Toshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
SPI_T6963C_WriteCommand(SPI_T6963C_CURSOR_POINTER_SET);
Prototype
void SPI_T6963C_SetPtr(unsigned int p, unsigned char c);
Returns Nothing.
Description
Sets the memory pointer p for command c.
Parameters :
- p: address where command should be written
-
c: command to be written
Requires SToshiba Glcd module needs to be initialized. See SPI_T6963C_Config routine.
Example
SPI_T6963C_SetPtr(T6963C_grHomeAddr + start, T6963C_ADDRESS_POINT-
ER_SET);