Parola_Zone_Display.ino:92:76: error: too many initializers for ‘uint8_t [2] {aka unsigned char [2]}’
Parola_Zone_Display.ino:93:78: error: too many initializers for ‘uint8_t [2] {aka unsigned char [2]}’
Fehler beim Kompilieren.
Hey guys, that´s the fault message I get trying to compile the code, if I compile it with the original: #define MAX_DEVICES 9 #define MAX_ZONES 3
it compiles properly, problem, I got 8 devices and wanna use 2 Zones. Could you help me out as I really have no idea why it doesn´t compile.
based on my understanding it should divide the ARRAY_SIZE, which is set to 8 by 2 which should be 4. Yet now that the code is compiling and running on the matrixes, it only has 2x3 “areas”, where the 2 on the left are empty followed by two areas of 3 matrixes, any idea why?