Skip to content

instead of displaying the gif i only get a blue/white flash #41

Description

@jonathan-blimke

Hello community, i appreciate any help, if you need more Information let me know.

So i have a really small Matrix only 6 x 5 leds, which has no equal numbers on the sides. Does that Matter?

Second: in loop i tried something like this:
loop() {
matrix->clear();
decoder.decodeFrame();
}

then the gif seems to zoomed in, however it does not been played correctly. Every pixel gets interpreted as about double the size. And a white flash appears after the gif is done playing.

If try:
loop() {
decoder.decodeFrame();
}

like it is suggested then i only see the white/blue-ish flash (mentioned in the titel) on the whole led matrix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions