Monochrome 128 x 64 display

I bought one of these displays:
https://www.aliexpress.com/item/Free-Shipping-128-x64-LCD-Amber-gold-LED-backlight-LCD-128-64-panel/32713459585.html?spm=a2g0s.8937460.0.0.E2HVXV

And can't figure out the driver, unfortunately the vendor is no help. Has any one gotten one of these to work? Or know what library to use for it?
Thanks,
Stan

Yes, github user bobybobybob has provided a solution:

It is a ST7565 based display and it will work with u8g2 as U8G2_ST7565_NHD_C12864_1_4W_SW_SPI or U8G2_ST7565_NHD_C12864_1_4W_HW_SPI.

Oliver

Many Thanks, Oliver :grin:

I got this then working, it is a real nice little display for the money.

Thanks again for the help.