Code:
LcdOut $FE, $80, Hex Temp
The $80 moves the cursor to Line1 Column1, and it overwrites the previous values on each loop. All you see is the last loop.
<br>