I have tried a few things - thanks for the reply. What seems to have worked is turning off Timer0 all together..
T0CON = 1
.... Seems to keep the LCD from triggering the interrupt / timer whichever it was!!
NOW THAT IT WORKS, I have another issue seems to be that the LDCout command is not displaying the first character --
LCDout $fe, 1
LCDout $FE, $C0
LCDout $FE, "P:",#Dec_mb dig 4,#Dec_mb dig 3, #Dec_mb dig 2,#Dec_mb dig 1, ".",dec1 Dec_mb,"F:",#Dec_tempf dig 3, #Dec_tempf dig 2,#Dec_tempf dig 1, ".",dec1 Dec_Tempf
Displays "1013.3F:73.2"
It is SUPPOSED to display "P:1013.3F:73.2"
Why does the "P:" disappear?? I tried putting in " P:", and it still is not there!!
Why does LCDout not like "P:"??
Thanks!
Tom




Bookmarks