Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
Prototype
sub procedure LCD8_Out(dim Row as byte, dim Column as byte, dim byref Text
as char[255])
Description Prints <Text> (string variable) at specified <Row> and <Column> on LCD. Both string variables and string
constants can be passed.
Example
LCD8_Out(1, 3, Text)
' Prints string variable Text on LCD (1st row, 3rd column)
5.2.10.6 LCD8_Out_CP – Prints string on LCD at current cursor position
Prototype sub procedure LCD8_Out_CP(dim byref Text as char[255])
Description Prints <Text> (string variable) at current cursor position. Both string variables and string constants can be
passed.
Example
LCD8_Out_CP("Test")
' Prints "Test" at current cursor position
5.2.10.7 LCD8_Cmd – Sends command to LCD
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (68 sur 112)05/11/2004 02:20:53