LCDDATA/de

From MCS Wiki AVR
< LCDDATA
Revision as of 10:59, 28 February 2013 by Galahat (Talk | contribs)
Jump to: navigation, search

Contents

Funktion

Sendet ein Byte im Datenmodus an ein Text-LCD.

 

 

Syntax

LCDDATA byte

 

 

Remarks

To send data to an LCD display you need to use the LCD statement. If you have the need to call the internal LCD routine which sends a byte in data mode, you can use the LCDDATA statement.  The byte can be a variable or numeric constant.

 

 

See also

LCD , LCDCMD

 

 

Example


Lcdcmd 10 ' will call _lcd_control
Lcddata 65 ' will call _write_lcd and send ASCII 65 (A)

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language
Database error - MCS Wiki AVR

Database error

Revision as of 10:59, 28 February 2013 by Galahat (Talk | contribs)
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". Database returned error "1020: Record has changed since last read in table 'avr_page' (localhost)".
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language