use fill(0) to init the TemperatureMap
let TemperatureMap = new Uint8ClampedArray(DisplaySize).fill(0);
@MaBe started
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.
use fill(0) to init the TemperatureMap
let TemperatureMap = new Uint8ClampedArray(DisplaySize).fill(0);