Instructions

286Libraries
© 2013 Conrad Electronic
5.15.5 LCD_CursorPos
LCD Functions (Library "LCD_Lib.cc")
Syntax
void LCD_CursorPos(byte pos);
Sub LCD_CursorPos(pos As Byte)
Description
Moves the cursor to position pos.
Parameter
pos cursorposition
Value of pos (Hex)
Position on Display
00-07
0-7 on 1st line
40-47
0-7 on 2nd line
The following table is valid for displays with more than 2 lines and up to 32 chars per line:
Value of pos (Hex)
Position on Display
00-1f
0-31 on line 1
40-5f
0-31 on line 2
20-3f
0-31 on line 3
60-6f
0-31 on line 4
5.15.6 LCD_Init
LCD Functions (Library "LCD_Lib.cc")
Syntax
void LCD_Init(void);
Sub LCD_Init()
Description
High level intialization of the LCD display. Calls LCD_InitDisplay() as first.
Parameter