Datasheet
T6963C_WriteCommand
T6963C_SetPtr
T6963C_WaitReady
447
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroBasic PRO for AVR
CHAPTER 6
Prototype
sub procedure T6963C_WriteCommand(dim mydata as byte)
Returns Nothing.
Description
Writes command to T6963C controller.
Parameters :
-
mydata: command to be written
Requires Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
T6963C_WriteCommand(T6963C_CURSOR_POINTER_SET)
Prototype
sub procedure T6963C_SetPtr(dim p as word, dim c as byte)
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 Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
T6963C_SetPtr(T6963C_grHomeAddr + start,
T6963C_ADDRESS_POINTER_SET)
Prototype
sub procedure T6963C_WaitReady()
Returns Nothing.
Description Pools the status byte, and loops until Toshiba Glcd module is ready.
Requires Toshiba Glcd module needs to be initialized. See the T6963C_Init routine.
Example
T6963C_WaitReady()