LCDDATA/de

(Difference between revisions)
Jump to: navigation, search
((**COPIED FROM ENGLISH PAGE**) =)
(Funktion)
Line 1: Line 1:
 
= <span class="f_Header">Funktion</span> =
 
= <span class="f_Header">Funktion</span> =
  
Send a byte in data mode to a Text LCD display.
+
Sendet ein Byte im Datenmodus an ein Text-LCD.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 12:59, 28 February 2013

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