LOWERLINE/de
From MCS Wiki AVR
< LOWERLINE(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Reset the LCD cursor to the lower line. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </s...") |
(→Partial Example) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | = <span class="f_Header">Funktion</span> = | |
| − | + | Setzt die LCD-Schreibmarke auf die unterste Zeile. | |
<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> = |
| − | + | Alternativ kann man LOCATE benutzen. | |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
| Line 23: | Line 23: | ||
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
| − | = <span class="f_Header"> | + | = <span class="f_Header">Siehe auch</span> = |
[[UPPERLINE]] , [[THIRDLINE]] , [[FOURTHLINE]] , [[HOME]] | [[UPPERLINE]] , [[THIRDLINE]] , [[FOURTHLINE]] , [[HOME]] | ||
| Line 31: | Line 31: | ||
<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"> | ||
| + | 'Ausschnitt eine Programms: | ||
Lcd "Test" | Lcd "Test" | ||
Lowerline | Lowerline | ||
Latest revision as of 21:34, 24 February 2013
Contents |
Funktion
Setzt die LCD-Schreibmarke auf die unterste Zeile.
Syntax
LOWERLINE
Anmerkungen
Alternativ kann man LOCATE benutzen.
Siehe auch
UPPERLINE , THIRDLINE , FOURTHLINE , HOME
Beispiel
'Ausschnitt eine Programms: Lcd "Test" Lowerline Lcd "Hello" End
| Languages | English • Deutsch |
|---|