LOCATE/de
From MCS Wiki AVR
< LOCATE(Difference between revisions)
m (1 revision) |
(→Partial Example) |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | = <span class="f_Header">Funktion</span> = | |
− | + | Setzt die LCD-Schreibmarke an die entsprechende Position. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
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;" | ||
|- 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);" | | ||
− | + | 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 | |
| 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ängig vom benutzten Display. |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Line 42: | Line 42: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <span class="f_Header">Siehe auch</span> = |
[[CONFIG_LCD|CONFIG LCD]] , [[LCD]] , [[HOME]] , [[CLS]] | [[CONFIG_LCD|CONFIG LCD]] , [[LCD]] , [[HOME]] , [[CLS]] | ||
Line 50: | Line 50: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
− | = <span class="f_Header"> | + | = <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 |
---|