Skip to content

MAX7219 Update Code sends frame buffer 8 times #2

@mringwal

Description

@mringwal

The code constructs the SPI commands row by row, so there should be 8 SPI messages of 8 bytes each.
However, The code sends each line four times though (totaling 32 messages). To fix: unindent the call to SPI write / only send once per row.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions