I have an Arduino Zero and a EastRising12864-1 Display. I am connecting both using software SPI, and it is working.
I bought this display with the idea that it was fully compatible with the Adafruit ST7565 display, it seems there are too many similar displays on sale.
I have tried most of the constructors, and I found that the highest quality is provided by the following constructor:
U8G2_ST7565_LM6059_2_4W_SW_SPI u8g2(U8G2_R0, 12, 6, 11, 10, 13); // Display object, Page Buffer size=256bytes
Some other contructors are also working, but I can see a less crispy image. However there is an issue, as you can see in the photograph, taking running thelibrary exampleu8g2logo:
There seems to be some memory pages out of order, the y axis is not working properly, any help to solve this please?