Whoops, I spoke a little quickly. I did not test a specific case when there is not sufficient digits to print the value: disp.set(99999999.1)
On the display, the value 99999403is displayed instead.
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.
Whoops, I spoke a little quickly. I did not test a specific case when there is not sufficient digits to print the value:
disp.set(99999999.1)
On the display, the value
99999403
is displayed instead.