Hebrew support for oled(ssd1306)

Looks correct, which U8glib constructor did you use?
This display requires this constructor:

U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK);

Oliver