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
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