In arduino IDE 1.8.5 when compiling for atmega328p I'm getting this error:
DrawLogo:24: error: variable 'ACROBOT' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
static unsigned char ACROBOT[] PROGMEM ={
^
In arduino IDE 1.8.5 when compiling for atmega328p I'm getting this error: