olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.14k stars 1.05k forks source link

for the gallery: GM12864-03A LCD display #2125

Open JoeLoginIsAlreadyTaken opened 1 year ago

JoeLoginIsAlreadyTaken commented 1 year ago

Here some new display for the gallery. It's a 128x64 LED display using SPI. Nice design with mounting holes and metal frame. Sells on Aliexpress for ~3€.

Used with Arduino Micro (32u4) with this Pin assignment & constructor:

/*

U8G2_ST7567_ENH_DG128064I_F_4W_HW_SPI u8g2(U8G2_MIRROR, / cs=/ 10, / dc=/ 9, / reset=/ 8);

u8g2_LCD_GM12864-03A

olikraus commented 1 year ago

Nice, looks like this display: https://de.aliexpress.com/item/33026003753.html , right?

olikraus commented 1 year ago

... added to gallery, Thanks!

olikraus commented 1 year ago

Maybe you can mention the constructor name at aliexpress...

JoeLoginIsAlreadyTaken commented 1 year ago

Yes, that's the one. There are multiple sellers. Got mine from here https://www.aliexpress.com/item/1005004574644035.html I have posted the constructor in my review.

zuoyi001 commented 8 months ago

very nice