LCDDATA/de

(Difference between revisions)
Jump to: navigation, search
(Funktion)
(Remarks)
Line 15: Line 15:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Remarks</span> =
+
= <span class="f_Header">Anmerkungen</span> =
  
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. &nbsp;The byte can be a variable or numeric constant.
+
Um Daten an ein LCD zu senden, müssen LCD-Befehle verwendet werden.  
 +
Nutzen Sie LCDDATA wenn Sie ein Byte im Datenmodus an ein LCD senden wollen. &nbsp;Das zu sendende Byte kann eine Variable oder eine numerische Konstante sein.
 +
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 13:01, 28 February 2013

Contents

Funktion

Sendet ein Byte im Datenmodus an ein Text-LCD.

 

 

Syntax

LCDDATA byte

 

 

Anmerkungen

Um Daten an ein LCD zu senden, müssen LCD-Befehle verwendet werden. Nutzen Sie LCDDATA wenn Sie ein Byte im Datenmodus an ein LCD senden wollen.  Das zu sendende Byte kann eine Variable oder eine numerische Konstante sein.


 

 

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