-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for the gallery: GM12864-03A LCD display #2125
Comments
Nice, looks like this display: https://de.aliexpress.com/item/33026003753.html , right? |
... added to gallery, |
Maybe you can mention the constructor name at aliexpress... |
Yes, that's the one. There are multiple sellers. |
very nice |
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);
The text was updated successfully, but these errors were encountered: