Hebrew support for oled(ssd1306)

olikraus:
Hi

Copy the content of the above attached file (without the include statement) to your .ino file. Use u8g_font_unifont_0_11 as argument for the u8g.setFont() command.

Oliver

Sorry for the noob question but just to refine.

download file (xx.c)
add to ino (so its now a second file in the ino)
remove the "#include "u8g.h"" text
compile?

(I am not at home, so i cannot test this right now),
Does the scenario look correct?

Update::
This does not work,. if I remove the include it gives out many more errrors

Can you please attach a working ino?