159
C-Control Pro Mega Series
© 2008 Conrad Electronic
Sub LCD_WriteRegister(y As Byte,x As Byte)
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
6.11.14 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
6.11.15 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
smaller than the given length, the output filled with zeros "0" at the beginning.
Parameter
value word value
length output length
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......