Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
Example
GLCD_Line(0, 0, 120, 50)
GLCD_Line(0,63, 50, 0)
5.2.11.12 GLCD_Invert – Inverts display
Prototype sub procedure GLCD_Invert(dim Xaxis as byte, dim Yaxis as byte)
Description Procedure inverts display (changes dot state on/off) in the specified area, X pixels wide starting from 0 position,
8 pixels high. Parameter Xaxis spans 0..127, parameter Yaxis spans 0..7 (8 text lines).
Example
GLCD_Invert(60, 6)
5.2.11.13 GLCD_Goto_XY – Sets cursor to dot(x,y)
Prototype sub procedure GLCD_Goto_XY(dim x as byte, dim y as byte)
Description Sets cursor to dot (x,y). Procedure is used in combination with GLCD_Put_Data, GLCD_Put_Data2, and
GLCD_Put_Char.
Example
GLCD_Goto_XY(60, 6)
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (77 sur 112)05/11/2004 02:20:53