Wow, that's great... This definitely looks like one of the more polished Espruino projects that I've seen! Is the box something 'off the shelf'?
I don't know if you're interested, but the LCD display has 8 user-definable characters. It'd mean that you could have some kind of bar graph/history display if that were useful. It should be relatively easy to set them up as two rows of 4, and to then use the Graphics class to get a little 20x16 pixel area where you could display whatever you wanted.
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.
Wow, that's great... This definitely looks like one of the more polished Espruino projects that I've seen! Is the box something 'off the shelf'?
I don't know if you're interested, but the LCD display has 8 user-definable characters. It'd mean that you could have some kind of bar graph/history display if that were useful. It should be relatively easy to set them up as two rows of 4, and to then use the
Graphics
class to get a little 20x16 pixel area where you could display whatever you wanted.