User`s manual

mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
146
mikroBASIC
MikroElektronika: Development tools - Books - Compilers
making it simple...
page
LCD
Commands
Command Purpose
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
Lcd_Cursor_Off Turns off cursor
Lcd_Underline_On Underline cursor on
Lcd_Blink_Cursor_On Blink cursor on
Lcd_Move_Cursor_Left Move cursor left without changing display data RAM
Lcd_Move_Cursor_Right Move cursor right without changing display data RAM
Lcd_Turn_On Turn LCD display on
Lcd_Turn_Off Turn LCD display off
Lcd_Shift_Left Shift display left without changing display data RAM
Lcd_Shift_Right Shift display right without changing display data RAM