This might do it:
void doDisplayCustom(){displayTripCombo('M','G',instant mpg(),'M',tank.mpg(),'G','H',instantgph(),'G',tank .gallons());}
The order of the values is Upper Left, Upper Right, Lower Left, Lower Right. There's only room on the display for a single letter label for the two right hand values.
I assume here that you want the instant information on the left and the tank information on the right. So, the 2 right hand values will be reset by pressing the left & middle buttons simultaneously. If you want the current trip instead of the tank, substitute current.mpg() and current.gallons().
|