Good tip. The information I'm displaying is RPM, which tends to fluctuate a fair amount.
Good tip. The information I'm displaying is RPM, which tends to fluctuate a fair amount.
Hi again Ben,
Sounds like you just need a little averaging.
Averaging 16 bit values without using 32 bit math?
http://www.pbpgroup.com/modules/wfse...hp?articleid=7
Then once it's averaged, you can do something like thisThat will reduce the number of LCD writes significantly.Code:IF Value <> LastValue then LastValue = Value LCDOUT $FE,$C0,DEC Value ENDIF
<br>
DT
Bookmarks