User manual
578
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
T6963C_circle_ll
T6963C_image
Prototype
sub procedure T6963C_circle_ll(dim x, y as integer, dim r as longint, dim
pcolor as byte)
Description Draws a lled circle on Glcd.
Parameters - x: x coordinate of the circle center
- y: y coordinate of the circle center
- r: radius size
- pcolor: 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_circle_ll(120, 64, 110, T6963C_WHITE)
Notes None.
Prototype
sub procedure T6963C_image(dim const pic as ^byte)
Description Displays bitmap on Glcd.
Returns Nothing.
Requires Toshiba Glcd module needs to be initialized. See the T6963C_init routine.
Example
T6963C_image(my_image)
Notes Image dimension must match the display dimension.
Use the integrated Glcd Bitmap Editor (menu option Tools › Glcd Bitmap Editor) to convert image to
a constant array suitable for displaying on Glcd.