Datasheet

Programming PIC Microcontrollers in BASIC - mikroElektronika
5.2.10.3 LCD8_Chr – Prints char on LCD at specified row and col
Prototype
sub procedure LCD8_Chr(dim Row as byte, dim Column as byte, dim Character
as byte)
Description Prints <Character> at specified <Row> and <Column> on LCD.
Example
LCD8_Chr(1, 2, "e")
' Prints character "e" on LCD (1st row, 2nd column)
5.2.10.4 LCD8_Chr_CP – Prints char on LCD at current cursor position
Prototype
sub procedure LCD8_Chr_CP(dim Character as byte)
Description Prints <Character> at current cursor position.
Example
LCD8_Chr_CP("k")
' Prints character "k" at current cursor position
5.2.10.5 LCD8_Out – Prints string on LCD at specified row and col
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (67 sur 112)05/11/2004 02:20:53