Re: MAX7219 32x32 LED Display
Posted: Mon May 25, 2026 7:33 pm
I like the idea—could 8×8 be the basic “unit of measurement,” with the rest added “digit by digit”?
Unfortunately I have not been able to replicate the situation where Flowcode bombs out. Is there a particular fcpx file that does this, and are there any specific steps required to replicate the crash?Steve-Matrix wrote: ↑Mon May 25, 2026 4:28 pmThanks. I will have a look to see if I can determine why this component is causing a crash.
Code: Select all
{{ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,0x0000,0x0000 },
{ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0180,0x0180, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 },
{ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x03C0, 0x0240,0x0240, 0x03C0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 },
{ 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x07E0, 0x0420, 0x0420,0x0420, 0x0420, 0x07E0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 },
{ 0x0000, 0x0000, 0x0000, 0x0000, 0x0FF0, 0x0810, 0x0810, 0x0810,0x0810, 0x0810, 0x0810, 0x0FF0, 0x0000, 0x0000, 0x0000, 0x0000 },
{ 0x0000, 0x0000, 0x0000, 0x1FF8, 0x1008, 0x1008, 0x1008, 0x1008,0x1008, 0x1008, 0x1008, 0x1008, 0x1FF8, 0x0000, 0x0000, 0x0000 },
{ 0x0000, 0x0000, 0x3FFC, 0x2004, 0x2004, 0x2004, 0x2004, 0x2004,0x2004, 0x2004, 0x2004, 0x2004, 0x2004, 0x3FFC, 0x0000, 0x0000 },
{ 0x0000, 0x7FFE, 0x4002, 0x4002, 0x4002, 0x4002, 0x4002, 0x4002,0x4002, 0x4002, 0x4002, 0x4002, 0x4002, 0x4002, 0x7FFE, 0x0000 },
{ 0xFFFF, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0x8001, 0xFFFF }}