You got the right place, but change the screen order in here also to match:
pFunc displayFuncs[] ={
doDisplayCustom,
doDisplayInstantCurrent,
doDisplayInstantTank,
doDisplayBigInstant,
doDisplayBigCurrent,
doDisplayBigTank,
doDisplayCurrentTripData,
doDisplayTankTripData,
doDisplayEOCIdleData,
doDisplaySystemInfo,
};
|