LOCATE
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(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;">&...")
(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;">&...")
Latest revision as of 22:12, 11 February 2013
Contents |
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 |
---|