LOCATE/de
(Difference between revisions)
(→(**COPIED FROM ENGLISH PAGE**) =) |
(→Remarks) |
||
Line 15: | Line 15: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <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;" | ||
Line 23: | Line 23: | ||
| 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);" | | ||
− | + | Konstante oder Variable mit der Position innerhalb der Zeile (1-64*) | |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
Line 30: | Line 30: | ||
| 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);" | | ||
− | + | Konstante oder VAriable mit der Zeilennummer (1-4*) | |
|} | |} | ||
Line 36: | Line 36: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | * | + | *Abhängog vom benutzten Display. |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Revision as of 22:55, 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ängog vom benutzten Display.
See also
CONFIG LCD , LCD , HOME , CLS
Partial Example
LCD "Hello" Locate 1,10 LCD "*"
Languages | English • Deutsch |
---|