Not efficient and code heavy but works – there must be a better way?Originally Posted by breesy
Paul BorgmeierCode:Line2Clr Var Byte X var Line2Clr 'reuse variable with alias to save RAM Line2Clr = 148 ' clear line 3 or 4x20 LCD (for example) Gosub ClrLine rest of program here ClrLine: ' subroutine LCDOUT $FE,Line2Clr,32,32 ' clear 148 and 149 with 32 (ascii blank) FOR X = 0 to 8 ' clear rest of line LCDOUT 32,32 NEXT X RETURN
Salt Lake City, Utah
USA
Bookmarks