This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

#19 extra text after expected end of number

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!