LOCATE/de

From MCS Wiki AVR
< LOCATE(Difference between revisions)
Jump to: navigation, search
m (1 revision)
(Partial Example)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Moves the LCD cursor to the specified position.
+
Setzt die LCD-Schreibmarke an die entsprechende Position.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
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> =
 
<div style="padding: 0px; margin: 0px 0px 0px 4px;">
 
<div style="padding: 0px; margin: 0px 0px 0px 4px;">
 
{| width="488" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
 
{| width="488" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| valign="top" width="12%" style="width: 55px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="12%" style="width: 55px; border: 1px solid rgb(0, 0, 0);" |  
X
+
x
  
 
| valign="top" width="100%" style="width: 424px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 424px; border: 1px solid rgb(0, 0, 0);" |  
Constant or variable with the position. (1-64*)
+
Konstante oder Variable mit der Position innerhalb der Zeile (1-64*)
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| valign="top" width="12%" style="width: 55px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="12%" style="width: 55px; border: 1px solid rgb(0, 0, 0);" |  
Y
+
y
  
 
| valign="top" width="100%" style="width: 424px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 424px; border: 1px solid rgb(0, 0, 0);" |  
Constant or variable with the line (1 - 4*)
+
Konstante oder Variable mit der Zeilennummer (1-4*)
  
 
|}
 
|}
Line 36: Line 36:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
*Depending on the used display
+
*Abhängig vom benutzten Display.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 42: Line 42:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">See also</span> =
+
= <span class="f_Header">Siehe auch</span> =
  
 
[[CONFIG_LCD|CONFIG LCD]]&nbsp;,&nbsp;[[LCD]]&nbsp;,&nbsp;[[HOME]]&nbsp;,&nbsp;[[CLS]]
 
[[CONFIG_LCD|CONFIG LCD]]&nbsp;,&nbsp;[[LCD]]&nbsp;,&nbsp;[[HOME]]&nbsp;,&nbsp;[[CLS]]
Line 50: Line 50:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Partial Example</span> =
+
= <span class="f_Header">Beispiel</span> =
  
 
<br/><source lang="bascomavr">
 
<br/><source lang="bascomavr">

Latest revision as of 22:57, 24 February 2013

Contents

Funktion

Setzt die LCD-Schreibmarke an die entsprechende Position.

 

 

Syntax

LOCATE y , x

 

 

Anmerkungen

x

Konstante oder Variable mit der Position innerhalb der Zeile (1-64*)

y

Konstante oder Variable mit der Zeilennummer (1-4*)

 

  • Abhängig vom benutzten Display.

 

 

Siehe auch

CONFIG LCD , LCD , HOME , CLS

 

 

Beispiel


LCD "Hello"
Locate 1,10
LCD "*"

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language