LOCATE/de
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Moves the LCD cursor to the specified position. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&...") |
m (1 revision) |
Revision as of 21:15, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === Action
Moves the LCD cursor to the specified position.
Syntax
LOCATE y , x
Remarks
X |
Constant or variable with the position. (1-64*) |
Y |
Constant or variable with the line (1 - 4*) |
- Depending on the used display
See also
CONFIG LCD , LCD , HOME , CLS
Partial Example
LCD "Hello" Locate 1,10 LCD "*"
Languages | English • Deutsch |
---|