UPPERLINE
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Reset LCD cursor to the upper line. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span>...")
(Created page with "= <span class="f_Header">Action</span> = Reset LCD cursor to the upper line. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span>...")
Latest revision as of 20:54, 12 February 2013
Contents |
Action
Reset LCD cursor to the upper line.
Syntax
UPPERLINE
Remarks
Optional you can also use the LOCATE statement.
See also
LOWERLINE , THIRDLINE , FOURTHLINE , LCD, CLS , LOCATE
Example
Dim A As Byte A = 255 Cls Lcd A Thirdline Lcd A Upperline End
Languages | English • Deutsch |
---|