We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2726a01 + ef1a152 commit 00ed928Copy full SHA for 00ed928
libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
@@ -265,10 +265,6 @@ class ArduinoLEDMatrix
265
// display the drawing
266
void endDraw() {
267
ArduinoGraphics::endDraw();
268
- // clear first line (no idea why it gets filled with random bits, probably some math not working fine for super small displays)
269
- for (int i = 0; i < canvasWidth; i++) {
270
- _canvasBuffer[0][i] = 0;
271
- }
272
renderBitmap(_canvasBuffer, canvasHeight, canvasWidth);
273
}
274
0 commit comments