Lcd_Writedataregister; Lcd_Writefloat; Lcd_Writeregister - Conrad C-Control Pro Mega Series Manual

Table of Contents

Advertisement

6.11.11 LCD_WriteDataRegister

LCD Functions
Syntax
void LCD_WriteDataRegister(char x);
Sub LCD_WriteDataRegister(x As Char)
Description
Sends a data byte to the display controller.
Parameter
x data byte

6.11.12 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

6.11.13 LCD_WriteRegister

LCD Functions
Syntax
void LCD_WriteRegister(byte y,byte x);
© 2008 Conrad Electronic
(Library "LCD_Lib.cc")
Libraries
158

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the C-Control Pro Mega Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

C-control pro mega32C-control pro mega128

Table of Contents