I've noticed in the code there are a lot of seemingly unused "display spaces." Such as in the example below:
Code:
void doDisplayBigTank() {bigNum(tank.mpg(),"TANK","MPG ");}
I realize that it's not a lot of space, but I found 20 or 30 of them. Every byte counts? Shrunk from 14194 to 14172.