Instructions

288Libraries
© 2013 Conrad Electronic
5.15.9 LCD_WriteChar
LCD Functions (Library "LCD_Lib.cc")
Syntax
void LCD_WriteChar(char c);
Sub LCD_WriteChar(c As Char)
Description
Displays one character at the cursor position on the LCD display.
Parameter
c ASCII value of output character
5.15.10 LCD_WriteFloat
LCD Functions
Syntax
void LCD_WriteFloat(float value, byte length);
Sub LCD_WriteFloat(value As Single, length As Byte)
Description
Writes a floating point value with given length to LCD display.
Parameter
value floating point value
length output length
5.15.11 LCD_WriteRegister
LCD Functions
Syntax
void LCD_WriteRegister(byte y,byte x);
Sub LCD_WriteRegister(y As Byte,x As Byte)