Mikroelektronika MIKROE-724 データシート

ページ / 726
mikroBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
573
T6963C_fill
T6963C_dot
Prototype
sub procedure T6963C_fill(dim v as byte, dim start, len as word)
Description Fills controller memory block with given byte.
Parameters 
v
: byte to be written 
start
: starting address of the memory block 
len
: length of the memory block in bytes 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
T6963C_fill(0x33,0x00FF,0x000F)
Notes
None.
Prototype
sub procedure T6963C_dot(dim x, y as integer, dim color as byte)
Description Draws a dot in the current graphic panel of Glcd at coordinates (x, y). 
Parameters 
x
: dot position on x-axis 
y
: dot position on y-axis 
color
: color parameter. Valid values: T6963C_BLACK and T6963C_WHITE 
Returns
Nothing.
Requires
Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
T6963C_dot(x0, y0, pcolor)
Notes
None.