320x64 LC7891 with u8glib

I think this is the correct datasheet: http://www.gaw.ru/pdf/lcd/lcm/Varitronix/graf/MGLS32064-03.pdf

Here is a much better picture of the previous error: http://i.imgur.com/MOvnV.jpg

Picture with points: http://i.imgur.com/ouns2.jpg
Picture of the back of the LCD for reference: http://i.imgur.com/RNgHK.jpg

u8g.drawPixel(0,0);
u8g.drawPixel(1,1);
u8g.drawPixel(0,63);
u8g.drawPixel(1,62);
u8g.drawPixel(127,0);
u8g.drawPixel(128,0);
u8g.drawPixel(255,0);
u8g.drawPixel(256,0);
u8g.drawPixel(319,0);
u8g.drawPixel(318,1);