Ovládání ST7920

Pro ten můj dislej platí:
write_com(0x30); //set 8 bit operation and basic instruction set
write_com(0x0c); //display on cursor off and char blink off
write_com(0x06); //entry mode set
write_com(0x01); //display clear

tj 0x06 = 0B0000110
Takhle mám řešenou inicializaci displeje pro textový mód.