Datasheet

Programming PIC Microcontrollers in BASIC - mikroElektronika
5.2.11.3 GLCD_Put_Ins – Sends instruction to GLCD.
Prototype sub procedure GLCD_Put_Ins(dim Ins as byte)
Description Sends instruction <Ins> to GLCD. Available instructions include:
X_ADRESS = $B8 ' Adress base for Page 0
Y_ADRESS = $40 ' Adress base for Y0
START_LINE = $C0 ' Adress base for line 0
DISPLAY_ON = $3F ' Turn display on
DISPLAY_OFF = $3E ' Turn display off
Example
GLCD_Put_Ins(DISPLAY_ON)
5.2.11.4 GLCD_Put_Data – Sends data byte to GLCD.
Prototype sub procedure GLCD_Put_Data(dim data as byte)
Description Sends data byte to GLCD.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (73 sur 112)05/11/2004 02:20:53