LCDCMD/de

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

Contents

Funktion

Sendet ein Byte im COMMAND-MODE an ein Text-LCD.  

 

Syntax

LCDCMD  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 command mode, you can use the LCDCMD statement. The byte can be a variable or numeric constant.

 

 

See also

LCD , LCDDATA

 

 

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:47, 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