Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,6 @@ class ArduinoLEDMatrix
// display the drawing
void endDraw() {
ArduinoGraphics::endDraw();
// clear first line (no idea why it gets filled with random bits, probably some math not working fine for super small displays)
for (int i = 0; i < canvasWidth; i++) {
_canvasBuffer[0][i] = 0;
}
renderBitmap(_canvasBuffer, canvasHeight, canvasWidth);
}

Expand Down