OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
114 stars 80 forks source link

Example: 👨‍💻Level 2 | 👄 8x8 LED Matrix Test | +mouth - repaint is wrong #124

Closed brendonhatcher closed 2 years ago

brendonhatcher commented 2 years ago

The test doesn't clear the "screen" between the line test and the symbol. It needs a "clear" block in the setup and at the end of the loop

cparrapa commented 2 years ago

fixed here https://github.com/OttoDIY/blockly/commit/7c48c63fbb53a7074c2005c5d482aa721a6d4378 Thanks @brendonhatcher