Skip to content

MAX7219 Update Code sends frame buffer 8 times #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions