Hello,
i created with my 25 pixel led strand a 5x5 matrix, i want to use it to display text.
the alphabet looks like these
#define A {0,1,1,1,0,1,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,0,1}
#define B {1,1,1,1,0,1,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,1,1,1,0}
#define C {0,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1}
...
.
in attachment, you see how i come in that aray
can someone help me with code?