Sorry, the above code should be:
Code:LCDOUT $fe, ($c0 + 4) 'moves cursor to 4th character position on bottom line gosub printtemp printtemp: LCDOUT #TempTens, #TempUnits,".",#TempDecimals 'remove line/cursor info return
Sorry, the above code should be:
Code:LCDOUT $fe, ($c0 + 4) 'moves cursor to 4th character position on bottom line gosub printtemp printtemp: LCDOUT #TempTens, #TempUnits,".",#TempDecimals 'remove line/cursor info return
Last edited by ScaleRobotics; - 28th April 2009 at 20:54.
Bookmarks