Grove OLED Display 1.12, error compiling the example sketch

Hello.

I did a fresh install of Arduino 1.5.8 and Java8 today. Found this error too with OLED Display 0.96’’. Here you can fix it with, add const text. It’s cause PROGMEM must be const now.

Any OLED_Bitmap sketch file.

const static unsigned char SeeedLogo[] PROGMEM = 

SeeedGrayOLED.h, line 88

void drawBitmap(const unsigned char *bitmaparray,int bytes);

SeeedGrayOLED.cpp, line 335

void SeeedGrayOLED::drawBitmap(const unsigned char *bitmaparray,int bytes)

Hope this will help. It can be a very bad fix and cause other errors. But at least you can run sample bitmap sketch.