Datasheet

Programming PIC Microcontrollers in BASIC - mikroElektronika
Prototype
sub procedure GLCD_Put_Text(dim x_pos as word, dim y_pos as word, dim
byref text as char[25], dim invert as byte)
Description Prints <text> at specified position; y_pos spans 0..7.
Example
GLCD_Put_Text(0, 7, My_text, NONINVERTED_TEXT)
5.2.11.17 GLCD_Rectangle – Draws a rectangle
Prototype
sub procedure GLCD_Rectangle(dim X1 as byte, dim Y1 as byte, dim X2 as
byte, dim Y2 as byte)
Description Draws a rectangle on the GLCD. (x1,y1) sets the upper left corner, (x2,y2) sets the lower right corner.
Example
GLCD_Rectangle(10, 0, 30, 35)
5.2.11.18 GLCD_Set_Font – Sets font for GLCD
Prototype sub procedure GLCD_Set_Font(dim font_index as byte)
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (79 sur 112)05/11/2004 02:20:53