Stan_S
February 15, 2018, 9:35pm
1
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:
opened 10:12PM - 27 Dec 17 UTC
closed 06:49PM - 18 Feb 18 UTC
enhancement
Hello Great Codemaster
do you know what Chip is used for that Mono 128x64 Ora… nge Display? https://aliexpress.com/item/LCD12864-LCD-Screen-128-64-Screen-128X64-LCD-Screen-Shield-Electrum-LED-backlight-Send-application-C51/32848043619.html
I have random test some and U8G2_ST7565_NHD_C12864_1_4W_SW_SPI looks very good

****************************************
I have no luck with HX1230 get random work with u8g2
it has 96x68 Pixel 3.3V and is original maybe from nokia.
Some other Codemaster made it work https://www.instructables.com/id/HX1230-LCD-Simple-Arduino-NANO-Clock/
Maybe you can support that lcd with u8g2 too or maybe it is already support but i dont know the right name in the big list.
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
Stan_S
February 16, 2018, 9:16pm
4
I got this then working, it is a real nice little display for the money.
Thanks again for the help.