I would like to connect my 12864ZW display to Arduino. I believe it's ST7920 (
http://www.digole.com/images/file/Digole_12864_LCD.pdf).
To initialize the library I have to remove comment from:
U8GLIB_ST7920_128X64 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, U8G_PIN_NONE, U8G_PIN_NONE, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, di=17,rw=16
The problem is I have no DI pin (the attached spec doesn't have it as well). I've already broken one display so I would like to be sure what I'm doing this time ;-)