ST7565.h Stuck pixels outside viewing area

Hi,

I am using the NHD-C12864A1Z-FS(RGB)-FBW-HT1 in multiple projects. I have it working good with
with the #include "ST7565.h" library from Adafruit. IM using an Arduino compatabele Micro the SAMD21

My problem is every time I compile my code there are what appears to be "stuck" pixels
just right outside the viewing area. I am sending

glcd.clear();
glcd.drawstring(0, 4, "LINE 1"); // LINE 1
glcd.drawstring(0, 5, "LINE 2"); // LINE 2
glcd.display();

Each time I compile there in a different area on the X Axis to the left

As you can see from my attached pic, the pixels are to the left of the X axis when set to "0".
It is happening on multiple screens and multiple board revs. Any help would be appreciated.

Thanks

mike

StuckPixel.jpg