Hebrew support for oled(ssd1306)

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

unicode_5d0.png

u8g_font_unifont_0_11.c (10.5 KB)

1 Like