Not exactly.
to go "lcdless"
remove the // from the # define line,
change the appropriate value in the parms[] line,
use the parmsLabels line to help you figure out which position is which.
I.e. the 500000000ul is the third number in parms, and it corresponds to the third parmlabel "MicroSec/Gallon".
Code:
//#define usedefaults true
unsigned long parms[]={95ul,8208ul,500000000ul,3ul,420000000ul,10300ul,500ul,2400ul,0ul,2ul};//default values
char * parmLabels[]={"Contrast","VSS Pulses/Mile", "MicroSec/Gallon","Pulses/2 revs","Timout(microSec)","Tank Gal * 1000","Injector DelayuS","Weight (lbs)","Scratchpad(odo?)","VSS Delay ms"};