sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 7 forks source link

add checkbox for drawing pixel immediatly or not #302

Closed PaulaScharf closed 5 months ago

PaulaScharf commented 5 months ago

currently we are always redrawing the whole matrix when just one pixel is changed. This results in a flickering display if several pixels are changed in a row. so I added a checkbox to choose when to trigger the redraw. Let me know if this is a good addition and if the labels and description for it are understandable