• use fill(0) to init the TemperatureMap

    let TemperatureMap = new Uint8ClampedArray(DisplaySize).fill(0);

About

Avatar for MaBe @MaBe started