Datasheet
Programming PIC Microcontrollers in BASIC - mikroElektronika
Prototype
sub procedure LCD8_Cmd(dim Command as byte) 
Description Sends <Command > to LCD.
List of available commands follows:
LCD_First_Row
 ' Moves cursor to 1st row
LCD_Second_Row
 ' Moves cursor to 2nd row
LCD_Third_Row
 ' Moves cursor to 3rd row
LCD_Fourth_Row
 ' Moves cursor to 4th row
LCD_Clear
 ' Clears display
LCD_Return_Home
 ' Returns cursor to home position,
 ' returns a shifted display to original position.
 ' Display data RAM is unaffected.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (69 sur 112)05/11/2004 02:20:53










