Hebrew support for oled(ssd1306)

olikraus:
Hi

I put together unifont codes 0x0000 ... 0x007f and 0x0580 ... 0x05ff into one u8glib font (u8g_font_unicode_0_11.c). This font can be set with the command "u8g.setFont()". The font itself can be pasted directly into the .ino file.

The result of

u8g.drawStr(&u8g, 0, 20, "ALEF:\xd0 BET:\xd1");

can be seen in the attached png file.

Oliver

Can you please give instructions on how to use the font?
If I paste it into the ino project it does not compile complaing about u8g.h

If I put it in utils directory it does not know the file:
"error: 'u8g_font_unifont_0_11' was not declared in this scope
Error compiling."

What am i missing here?