Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
Description Draws a dot on the GLCD at specified coordinates.
Example
GLCD_Set_Dot(20, 32)
5.2.11.10 GLCD_Circle – Draws a circle on the GLCD.
Prototype
sub procedure GLCD_Circle(dim CenterX as integer, dim CenterY as integer,
dim Radius as integer)
Description Draws a circle on the GLCD, centered at <CenterX, CenterY> with <Radius>.
Example
GLCD_Circle(30, 42, 6)
5.2.11.11 GLCD_Line – Draws a line
Prototype
sub procedure GLCD_Line(dim x1 as integer, dim y1 as integer, dim x2 as
integer, dim y2 as integer)
Description Draws a line from (x1,y1) to (x2,y2).
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (76 sur 112)05/11/2004 02:20:53