MD Parola Zone Demo buggy behavior

Опубликовано: 14 Июль 2026
на канале: Luca
421
3

MD Parola Zone Demo buggy behavior Arduino #arduino
Using the MD_Parola_Zone Example code. Modified the zones down to 2 and edited the matrix down to 2 rows (3x2):
char *pc[MAX_ZONES] =
{
"DEF",
"ABC",
};
Modified the in and OutFX to reflect the reduced 2 zones:
uint8_t inFX[MAX_ZONES] = { ARRAY_SIZE(effect)/3, 2*ARRAY_SIZE(effect)/3 };
uint8_t outFX[MAX_ZONES] = { ARRAY_SIZE(effect)/3, 2*ARRAY_SIZE(effect)/3 };
I Start with 5 devices in code, no display. I then modify and upload with 6 devices, code works. Upload with 5 again, code does not work displaying random stuff. Power Off/On nothing changes. Upload with 6, everything works consitently even after power off/on.