LOCATE/de
(Difference between revisions)
(→Anmerkungen) |
(→Anmerkungen) |
||
Line 20: | Line 20: | ||
|- 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 | |
| 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);" | | ||
Line 27: | Line 27: | ||
|- 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 | |
| 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 | + | Konstante oder Variable mit der Zeilennummer (1-4*) |
|} | |} |
Revision as of 22:56, 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.
See also
CONFIG LCD , LCD , HOME , CLS
Partial Example
LCD "Hello" Locate 1,10 LCD "*"
Languages | English • Deutsch |
---|