Skip to content
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

Open
JoeLoginIsAlreadyTaken opened this issue Mar 4, 2023 · 5 comments
Open

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

JoeLoginIsAlreadyTaken opened this issue Mar 4, 2023 · 5 comments

Comments

@JoeLoginIsAlreadyTaken
Copy link

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:

/*

  • (PRO) Micro 32u4
  • CS - 10
  • RST - 8
  • A0 - 9
  • SCK - 15 (SCKL)
  • SDA - 16 (MOSI)
  • GND - GND
  • VDD - +5V
  • BA - 0-3.3V (backlight) (use resistor!)
  • BK - GND
    */

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

u8g2_LCD_GM12864-03A

@olikraus
Copy link
Owner

olikraus commented Mar 4, 2023

@olikraus
Copy link
Owner

olikraus commented Mar 4, 2023

... added to gallery,
Thanks!

@olikraus
Copy link
Owner

olikraus commented Mar 4, 2023

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

@JoeLoginIsAlreadyTaken
Copy link
Author

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
Copy link

very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants