From PBP v2.60 manual:
So display the text, then display the temperature ON-OFF at will.The command:
LCDOUT $FE, $80 + 4
sets the display to start writing characters at the forth position of the first
line.
Robert
From PBP v2.60 manual:
So display the text, then display the temperature ON-OFF at will.The command:
LCDOUT $FE, $80 + 4
sets the display to start writing characters at the forth position of the first
line.
Robert
Simple question, huh ?!
Thanks !
"LcdOut $FE, $c0, "Output :", Sign2, DEC (Temperature2 / 100), ".", DEC Temperature2 dig 1
Pause 3000
LcdOut $FE, $c0, "Output : . "
Pause 3000
LcdOut $FE, $c0, "Output :", Sign2, DEC (Temperature2 / 100), ".", DEC Temperature2 dig 1"
It was a "brain blackout" or something ... Sorry for polute forum !
Bookmarks