Hello all,
please help to solve some confusion. The matter is - there is UNO R3 with MAX7219 controlled 4 8x8 LED matrices. Now upload simplest sketch based on LedControl library. And strange behavior occurs - everything works as expected right after compile and upload (it endlessly equally counts down digits from 9 to 0 simultaneously on all 4 segments) then unplug USB from comp then plug it back and it starts doing essentially the same but in a weird way like still counting 9 to 0, but on just 4th matrix, other 3 are remaining blank. And the weirdest thing is that it could be fixed (till the next UNO power off/on) just by opening Serial monitor in Arduino IDE (despite that there is no Serial communication in sketch at all) or by pressing Reset button on board. The sketch is a simplest one almost fully taken from library's example (attaching it). Anyone have any idea?
led_control.ino (1.19 KB)