Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c063fc5

Browse files
committedJun 9, 2024·
Fixing compiler fail in PullRequest
1 parent 26bb708 commit c063fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ class ArduinoLEDMatrix
260260
0x00000000
261261
};
262262
loadFrame(fullOff);
263+
#ifdef MATRIX_WITH_ARDUINOGRAPHICS
263264
memset(_canvasBuffer, 0, sizeof(_canvasBuffer));
265+
#endif
264266
}
265267

266268

0 commit comments

Comments
 (0)
Please sign in to comment.