Page 1 of 1

Decimal Numbers On Gauges

Posted: Wed 25 Nov 2015 2:19 pm
by Grimers
*deleted*

Re: Decimal Numbers On Gauges

Posted: Wed 25 Nov 2015 2:32 pm
by gluepack
You should be looking at gauges.js

Re: Decimal Numbers On Gauges

Posted: Wed 25 Nov 2015 2:56 pm
by gluepack
Well, for /h search for '/h' and you should find something.

For the decimal digits, look for Decimals (or lcdDecimals) and you should find several references. You may have to add a line to specific gauge code to explicitly set the value, typically

Code: Select all

params.lcdDecimals = 0; 
update: oh well, I guess you figured it out.