hi, i'm working with led matrix and in the declaration of the fonts array i have the error #19 if the font is defined as binary type with the 0b suffix, if i translate in hex i have no error. I have declared the array as
unsigned char _font [ ] = {...
and for the 0x00, i have no error, instead for 0b00000000 i have the error.
how could I resolve?
thanks!