@Fteacher just responding to your points on the other thread here...
The "distance" item didn't work. It showed 0 meters all the way long (the recorder app found distance though).
Eeep, sorry about that - I'll try and figure out what happened. I was sure I took it out to test, but maybe I forgot to commit a change.
"pace now" is expressed in kms/minutes, is it possible to have a speed item (expressed in kms/h) ? the bar in the number 0 reduces readability, another font for numbers ?
Yes, a speed item would be good. In fact that could just use the current locale
In an ideal world, 2 boxes, 4 boxes or 6 boxes, by triggering a different layout would also trigger a different font size, but that opposes the simple code approach.
I'm fine with that. It's just a one-liner... if (statIDs.length<=4) fontValue="12x20:2"; or something like that
@HughB maybe just a running average for the current speed would be best? Or I guess a small median filter...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Fteacher just responding to your points on the other thread here...
Eeep, sorry about that - I'll try and figure out what happened. I was sure I took it out to test, but maybe I forgot to commit a change.
Yes, a speed item would be good. In fact that could just use the current locale
I'm fine with that. It's just a one-liner...
if (statIDs.length<=4) fontValue="12x20:2";
or something like that@HughB maybe just a running average for the current speed would be best? Or I guess a small median filter...