-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
The v1.2.0 update of the Arduino LED Matrix library broke the clear()
command in that it clears the frame buffer, but not the canvas buffer.
That was previously done (admittedly in a crude way) by setting all pixels off one by one in the base ArduinoGraphics
class, but does not happen anymore in the overridden method.
A simple additional memset()
in clear()
should resolve this issue.
per1234
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project