Instructions
287 C-Control Pro IDE
© 2013 Conrad Electronic
None
5.15.7 LCD_Locate
LCD Functions
Syntax
void LCD_Locate(int row, int column);
Sub LCD_Locate(row As Integer, column As Integer)
Description
Sets the cursor of the LCD display to given row and column.
Parameter
row
column
5.15.8 LCD_SetDispAddr (AVR32Bit)
LCD Functions (Library "LCD_Lib.cc")
Syntax
void LCD_SetDispAddr(byte addr);
Sub LCD_SetDispAddr(addr As Byte)
Description
Sets a new destination address for the LCD output. In this way, several LCD1602 boards can be ad-
dressed simultaneously. See addressing in the chapter "C-Control PRO AVR32 LCD1602 board". The de-
fault value for the display address is 27 (Hex).
Parameter
addr new address