Instructions
289 C-Control Pro IDE
© 2013 Conrad Electronic
Description
LCD_WriteRegister divides the data byte y in 2 nibbles (4bit values) and
sends the nibbles to the display controller.
y data byte
x command nibble
5.15.12 LCD_WriteText
LCD Functions (Library "LCD_Lib.cc")
Syntax
void LCD_WriteText(char text[]);
Sub LCD_WriteText(ByRef Text As Char)
Description
All characters of the char array up to the terminating zero are displayed.
Parameter
text char array
5.15.13 LCD_WriteWord
LCD Functions
Syntax
void LCD_WriteWord(word value, byte length);
Sub LCD_WriteWord(value As Word, length As Byte)
Description
Writes an unsigned integer (word) with given length to the LCD display. If the resulting LCD output is smal-
ler than the given length, the output filled with zeros "0" at the beginning.
Parameter
value word value
length output length